]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jffs2/acl.h
[JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref
[linux-2.6-omap-h63xx.git] / fs / jffs2 / acl.h
index 3f41e09200b86db3e26f022ef358c6f0cfeb1451..8893bd1a6ba7be45bdb17faeb65e7b0606575fb9 100644 (file)
@@ -1,12 +1,13 @@
-/*-------------------------------------------------------------------------*
- *  File: fs/jffs2/acl.h
- *  POSIX ACL support on JFFS2 FileSystem
+/*
+ * JFFS2 -- Journalling Flash File System, Version 2.
  *
- *  Implemented by KaiGai Kohei <kaigai@ak.jp.nec.com>
- *  Copyright (C) 2006 NEC Corporation
+ * Copyright (C) 2006  NEC Corporation
  *
- *  For licensing information, see the file 'LICENCE' in the jffs2 directory.
- *-------------------------------------------------------------------------*/
+ * Created by KaiGai Kohei <kaigai@ak.jp.nec.com>
+ *
+ * For licensing information, see the file 'LICENCE' in this directory.
+ *
+ */
 struct jffs2_acl_entry {
        jint16_t        e_tag;
        jint16_t        e_perm;
@@ -22,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)
@@ -43,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__ */