From: yangsheng Date: Sat, 7 Mar 2009 07:06:58 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_164~19 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0fbea5a670704ec76b0be4e979c1849aad053df6;p=fs%2Flustre-release.git Branch HEAD b=18503 Back changes for ext4 support. --- diff --git a/build/autoconf/lustre-build.m4 b/build/autoconf/lustre-build.m4 index 9ba15bc..343748d 100644 --- a/build/autoconf/lustre-build.m4 +++ b/build/autoconf/lustre-build.m4 @@ -273,6 +273,9 @@ AC_DEFUN([LB_DEFINE_LDISKFS_OPTIONS], AC_DEFINE(CONFIG_LDISKFS_FS_XATTR, 1, [enable extended attributes for ldiskfs]) AC_DEFINE(CONFIG_LDISKFS_FS_POSIX_ACL, 1, [enable posix acls for ldiskfs]) AC_DEFINE(CONFIG_LDISKFS_FS_SECURITY, 1, [enable fs security for ldiskfs]) + AC_DEFINE(CONFIG_LDISKFSDEV_FS_POSIX_ACL, 1, [enable posix acls for ldiskfs]) + AC_DEFINE(CONFIG_LDISKFSDEV_FS_XATTR, 1, [enable extented attributes for ldiskfs]) + AC_DEFINE(CONFIG_LDISKFSDEV_FS_SECURITY, 1, [enable fs security for ldiskfs]) ]) #