Commit 24daf6a3 authored by Gao Xiang's avatar Gao Xiang Committed by Greg Kroah-Hartman

staging: erofs: remove a redundant marco in xattr

There is no need to '#if CONFIG_EROFS_FS_XATTR' in xattr.c,
let's remove it.
Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarGao Xiang <gaoxiang25@huawei.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fc6152f4
...@@ -420,7 +420,6 @@ const struct xattr_handler __maybe_unused erofs_xattr_security_handler = { ...@@ -420,7 +420,6 @@ const struct xattr_handler __maybe_unused erofs_xattr_security_handler = {
}; };
#endif #endif
#ifdef CONFIG_EROFS_FS_XATTR
const struct xattr_handler *erofs_xattr_handlers[] = { const struct xattr_handler *erofs_xattr_handlers[] = {
&erofs_xattr_user_handler, &erofs_xattr_user_handler,
#ifdef CONFIG_EROFS_FS_POSIX_ACL #ifdef CONFIG_EROFS_FS_POSIX_ACL
...@@ -433,7 +432,6 @@ const struct xattr_handler *erofs_xattr_handlers[] = { ...@@ -433,7 +432,6 @@ const struct xattr_handler *erofs_xattr_handlers[] = {
#endif #endif
NULL, NULL,
}; };
#endif
struct listxattr_iter { struct listxattr_iter {
struct xattr_iter it; struct xattr_iter it;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment