Skip to content
Snippets Groups Projects
Commit 0fbea5a6 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch HEAD

b=18503

Back changes for ext4 support.
parent 0a58dfa7
No related branches found
No related tags found
No related merge requests found
......@@ -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])
])
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment