Re: [PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody

2019-11-04 Thread Chao Yu
On 2019/11/4 9:45, Valdis Kletnieks wrote: > There's currently 6 filesystems that have the same #define. Move it > into errno.h so it's defined in just one place. > > Signed-off-by: Valdis Kletnieks > Acked-by: Darrick J. Wong > Reviewed-by: Jan Kara > Acked-by: Theodore Ts'o > fs/erofs/inte

Re: [PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody

2019-11-04 Thread Valdis Klētnieks
On Mon, 04 Nov 2019 16:33:06 -0800, Christoph Hellwig said: > On Sun, Nov 03, 2019 at 08:45:06PM -0500, Valdis Kletnieks wrote: > > There's currently 6 filesystems that have the same #define. Move it > > into errno.h so it's defined in just one place. > > And 4 out of 6 also define EFSBADCRC, so pl

Re: [PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody

2019-11-04 Thread Christoph Hellwig
On Sun, Nov 03, 2019 at 08:45:06PM -0500, Valdis Kletnieks wrote: > There's currently 6 filesystems that have the same #define. Move it > into errno.h so it's defined in just one place. And 4 out of 6 also define EFSBADCRC, so please lift that as well.

[PATCH v15 1/4] Add flags option to get xattr method paired to __vfs_getxattr

2019-11-04 Thread Mark Salyzyn via Linux-erofs
From: Mark Salyzyn Add a flag option to get xattr method that could have a bit flag of XATTR_NOSECURITY passed to it. XATTR_NOSECURITY is generally then set in the __vfs_getxattr path when called by security infrastructure. This handles the case of a union filesystem driver that is being reques

Re: [PATCH v2] erofs-utils: add manual for mkfs.erofs

2019-11-04 Thread Li Guifu
On 2019/11/4 15:28, Gao Xiang wrote: > This patch adds mkfs.erofs manpage, which is a requirement of > a debian binary package (See Debian Policy Manual section 12.1 [1].) > > [1] https://www.debian.org/doc/debian-policy/ch-docs.html#manual-pages > Signed-off-by: Gao Xiang > --- It looks good R