Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc79b3b
)
Branch b_release_1_8_1
author
yangsheng
<yangsheng>
Tue, 19 May 2009 04:16:06 +0000
(
04:16
+0000)
committer
yangsheng
<yangsheng>
Tue, 19 May 2009 04:16:06 +0000
(
04:16
+0000)
b=18503
i=adilger, girish
Build system changes for ldiskfs based on ext4.
build/autoconf/lustre-build.m4
patch
|
blob
|
history
diff --git
a/build/autoconf/lustre-build.m4
b/build/autoconf/lustre-build.m4
index
e8f941d
..
5e9b7e8
100644
(file)
--- a/
build/autoconf/lustre-build.m4
+++ b/
build/autoconf/lustre-build.m4
@@
-263,6
+263,8
@@
AC_DEFUN([LB_DEFINE_LDISKFS_OPTIONS],
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])
+ AC_DEFINE(CONFIG_LDISKFS_FS_NFS4ACL, 1, [enable fs security for ldiskfs])
+
])
#