[PREVIEW] [PATCH 1/4] staging: erofs: remove the unneeded marco in xattr submodule
Gao Xiang
gaoxiang25 at huawei.com
Wed Aug 1 16:01:14 AEST 2018
There is no need to '#if CONFIG_EROFS_FS_XATTR' in xattr.c,
let's remove it.
Signed-off-by: Gao Xiang <gaoxiang25 at huawei.com>
---
drivers/staging/erofs/xattr.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/erofs/xattr.c b/drivers/staging/erofs/xattr.c
index b74b314..6b9685f 100644
--- a/drivers/staging/erofs/xattr.c
+++ b/drivers/staging/erofs/xattr.c
@@ -420,7 +420,6 @@ static int erofs_xattr_generic_get(const struct xattr_handler *handler,
};
#endif
-#ifdef CONFIG_EROFS_FS_XATTR
const struct xattr_handler *erofs_xattr_handlers[] = {
&erofs_xattr_user_handler,
#ifdef CONFIG_EROFS_FS_POSIX_ACL
@@ -433,7 +432,6 @@ static int erofs_xattr_generic_get(const struct xattr_handler *handler,
#endif
NULL,
};
-#endif
struct listxattr_iter {
struct xattr_iter it;
--
1.9.1
More information about the Linux-erofs
mailing list