Whamcloud - gitweb
LU-1812 fsfilt: ext4_free_blocks() has changed slightly
[fs/lustre-release.git] / ldiskfs / ldiskfs / ldiskfs_config.h.in
1 /* enable posix acls for ldiskfs */
2 #define CONFIG_LDISKFSDEV_FS_POSIX_ACL 1
3
4 /* enable fs security for ldiskfs */
5 #define CONFIG_LDISKFSDEV_FS_SECURITY 1
6
7 /* enable extented attributes for ldiskfs */
8 #define CONFIG_LDISKFSDEV_FS_XATTR 1
9
10 /* enable posix acls for ldiskfs */
11 #define CONFIG_LDISKFS_FS_POSIX_ACL 1
12
13 /* enable fs security for ldiskfs */
14 #define CONFIG_LDISKFS_FS_SECURITY 1
15
16 /* - enable extended attributes for ldiskfs */
17 #define CONFIG_LDISKFS_FS_XATTR 1
18
19 /* ext4_free_blocks do not require struct buffer_head */
20 #undef HAVE_EXT_FREE_BLOCK_WITH_BUFFER_HEAD