Commit 5a14959c authored by KaiGai Kohei's avatar KaiGai Kohei

[JFFS2][XATTR] remove '__KERNEL__' from acl.h

[9/10] jffs2-xattr-v5.1-09-remove__KERNEL__.patch
Signed-off-by: default avatarKaiGai Kohei <kaigai@ak.jp.nec.com>
parent ee886b5d
...@@ -23,7 +23,6 @@ struct jffs2_acl_header { ...@@ -23,7 +23,6 @@ struct jffs2_acl_header {
jint32_t a_version; jint32_t a_version;
}; };
#ifdef __KERNEL__
#ifdef CONFIG_JFFS2_FS_POSIX_ACL #ifdef CONFIG_JFFS2_FS_POSIX_ACL
#define JFFS2_ACL_NOT_CACHED ((void *)-1) #define JFFS2_ACL_NOT_CACHED ((void *)-1)
...@@ -44,4 +43,3 @@ extern struct xattr_handler jffs2_acl_default_xattr_handler; ...@@ -44,4 +43,3 @@ extern struct xattr_handler jffs2_acl_default_xattr_handler;
#define jffs2_clear_acl(inode) #define jffs2_clear_acl(inode)
#endif /* CONFIG_JFFS2_FS_POSIX_ACL */ #endif /* CONFIG_JFFS2_FS_POSIX_ACL */
#endif /* __KERNEL__ */
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