Whamcloud - gitweb
Don't allow skipping OSTs if index has been specified.
[fs/lustre-release.git] / lustre / include / linux / lustre_acl.h
index 0583ea4..153ac74 100644 (file)
 # ifdef CONFIG_FS_POSIX_ACL
 #  ifdef HAVE_XATTR_ACL
 #   include <linux/xattr_acl.h>
-#  endif
+#  endif /* HAVE_XATTR_ACL */
 #  ifdef HAVE_LINUX_POSIX_ACL_XATTR_H
 #   include <linux/posix_acl_xattr.h>
-#  endif
-# endif
+#  endif /* HAVE_LINUX_POSIX_ACL_XATTR_H */
+# endif /* CONFIG_FS_POSIX_ACL */
 # ifndef HAVE_VFS_INTENT_PATCHES
 #  include <linux/lustre_intent.h>
 # endif
-#endif
+#endif /* __KERNEL__ */
 
 /* ACL */
 #ifdef CONFIG_FS_POSIX_ACL
@@ -42,8 +42,8 @@
 
 # define LUSTRE_POSIX_ACL_MAX_SIZE   XATTR_ACL_SIZE
 
-#else /* CONFIG_FS_POSIX_ACL */
+# else /* CONFIG_FS_POSIX_ACL */
 # define LUSTRE_POSIX_ACL_MAX_SIZE      0
-#endif /* CONFIG_FS_POSIX_ACL */
+# endif /* CONFIG_FS_POSIX_ACL */
 
 #endif /* _LUSTRE_ACL_H */