projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee886b5
)
[JFFS2][XATTR] remove '__KERNEL__' from acl.h
author
KaiGai Kohei
<kaigai@ak.jp.nec.com>
Sat, 13 May 2006 06:19:36 +0000
(15:19 +0900)
committer
KaiGai Kohei
<kaigai@ak.jp.nec.com>
Sat, 13 May 2006 06:19:36 +0000
(15:19 +0900)
[9/10] jffs2-xattr-v5.1-09-remove__KERNEL__.patch
Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com>
fs/jffs2/acl.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/jffs2/acl.h
b/fs/jffs2/acl.h
index 54761fa8f233571eeb0ab3dcbc8fb5a4d330a3ed..8893bd1a6ba7be45bdb17faeb65e7b0606575fb9 100644
(file)
--- 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
@@
extern struct xattr_handler jffs2_acl_default_xattr_handler;
#define jffs2_clear_acl(inode)
#endif /* CONFIG_JFFS2_FS_POSIX_ACL */
-#endif /* __KERNEL__ */