dect
/
linux-2.6
Archived
13
0
Fork 0

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

[9/10] jffs2-xattr-v5.1-09-remove__KERNEL__.patch

Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com>
This commit is contained in:
KaiGai Kohei 2006-05-13 15:19:36 +09:00
parent ee886b5df1
commit 5a14959c07
1 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ struct jffs2_acl_header {
jint32_t a_version;
};
#ifdef __KERNEL__
#ifdef CONFIG_JFFS2_FS_POSIX_ACL
#define JFFS2_ACL_NOT_CACHED ((void *)-1)
@ -44,4 +43,3 @@ extern struct xattr_handler jffs2_acl_default_xattr_handler;
#define jffs2_clear_acl(inode)
#endif /* CONFIG_JFFS2_FS_POSIX_ACL */
#endif /* __KERNEL__ */