Whamcloud - gitweb
LU-3200 mdc: layout lock rpc must not take rpc_lock
[fs/lustre-release.git] / ldiskfs / ldiskfs / ldiskfs_config.h.in
1 /* enable posix acls for ldiskfs */
2 #define CONFIG_LDISKFS_FS_POSIX_ACL 1
3
4 /* enable fs security for ldiskfs */
5 #define CONFIG_LDISKFS_FS_SECURITY 1
6
7 /* - enable extended attributes for ldiskfs */
8 #define CONFIG_LDISKFS_FS_XATTR 1
9
10 /* ext4_free_blocks do not require struct buffer_head */
11 #undef HAVE_EXT_FREE_BLOCK_WITH_BUFFER_HEAD
12
13 /* kernel has ext_pblocks */
14 #undef HAVE_EXT_PBLOCK