Skip to content

Commit

Permalink
[JFFS2][XATTR] remove '__KERNEL__' from acl.h
Browse files Browse the repository at this point in the history
[9/10] jffs2-xattr-v5.1-09-remove__KERNEL__.patch

Signed-off-by: KaiGai Kohei <[email protected]>
  • Loading branch information
KaiGai Kohei committed May 13, 2006
1 parent ee886b5 commit 5a14959
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/jffs2/acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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__ */

0 comments on commit 5a14959

Please sign in to comment.