summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/btrfs/files/btrfs-0.15-acl-disable.patch')
-rw-r--r--sys-fs/btrfs/files/btrfs-0.15-acl-disable.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/sys-fs/btrfs/files/btrfs-0.15-acl-disable.patch b/sys-fs/btrfs/files/btrfs-0.15-acl-disable.patch
deleted file mode 100644
index e6dae4b314c6..000000000000
--- a/sys-fs/btrfs/files/btrfs-0.15-acl-disable.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- btrfs-0.15/xattr.c.orig 2008-06-03 11:11:03.000000000 -0600
-+++ btrfs-0.15/xattr.c 2008-06-03 11:11:23.000000000 -0600
-@@ -29,22 +29,22 @@
- static struct xattr_handler *btrfs_xattr_handler_map[] = {
- [BTRFS_XATTR_INDEX_USER] = &btrfs_xattr_user_handler,
- #ifdef CONFIG_FS_POSIX_ACL
-- [BTRFS_XATTR_INDEX_POSIX_ACL_ACCESS] = &btrfs_xattr_acl_access_handler,
-- [BTRFS_XATTR_INDEX_POSIX_ACL_DEFAULT] = &btrfs_xattr_acl_default_handler,
-+// [BTRFS_XATTR_INDEX_POSIX_ACL_ACCESS] = &btrfs_xattr_acl_access_handler,
-+// [BTRFS_XATTR_INDEX_POSIX_ACL_DEFAULT] = &btrfs_xattr_acl_default_handler,
- #endif
- [BTRFS_XATTR_INDEX_TRUSTED] = &btrfs_xattr_trusted_handler,
- [BTRFS_XATTR_INDEX_SECURITY] = &btrfs_xattr_security_handler,
-- [BTRFS_XATTR_INDEX_SYSTEM] = &btrfs_xattr_system_handler,
-+// [BTRFS_XATTR_INDEX_SYSTEM] = &btrfs_xattr_system_handler,
- };
- struct xattr_handler *btrfs_xattr_handlers[] = {
- &btrfs_xattr_user_handler,
- #ifdef CONFIG_FS_POSIX_ACL
-- &btrfs_xattr_acl_access_handler,
-- &btrfs_xattr_acl_default_handler,
-+// &btrfs_xattr_acl_access_handler,
-+// &btrfs_xattr_acl_default_handler,
- #endif
- &btrfs_xattr_trusted_handler,
- &btrfs_xattr_security_handler,
-- &btrfs_xattr_system_handler,
-+// &btrfs_xattr_system_handler,
- NULL,
- };
-