[JFFS2][XATTR] remove '__KERNEL__' from acl.h
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Sun May 21 14:59:06 EDT 2006
Commit: 5a14959c0700cd389d9e7ba312e15c8e85255e1f
Parent: ee886b5df17f9791a72cf0afe7f6c0c079231ef8
Author: KaiGai Kohei <kaigai at ak.jp.nec.com>
AuthorDate: Sat May 13 15:19:36 2006 +0900
Commit: KaiGai Kohei <kaigai at ak.jp.nec.com>
CommitDate: Sat May 13 15:19:36 2006 +0900
[JFFS2][XATTR] remove '__KERNEL__' from acl.h
[9/10] jffs2-xattr-v5.1-09-remove__KERNEL__.patch
Signed-off-by: KaiGai Kohei <kaigai at ak.jp.nec.com>
fs/jffs2/acl.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/fs/jffs2/acl.h b/fs/jffs2/acl.h
index 54761fa..8893bd1 100644
--- a/fs/jffs2/acl.h
+++ b/fs/jffs2/acl.h
@@ -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 @@ #define jffs2_init_acl(inode,dir) (0)
#define jffs2_clear_acl(inode)
#endif /* CONFIG_JFFS2_FS_POSIX_ACL */
-#endif /* __KERNEL__ */
More information about the linux-mtd-cvs
mailing list