diff options
Diffstat (limited to 'fs/ext2/xattr.c')
-rw-r--r-- | fs/ext2/xattr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/ext2/xattr.c b/fs/ext2/xattr.c index 2d7557db3ae8..91426141c33a 100644 --- a/fs/ext2/xattr.c +++ b/fs/ext2/xattr.c | |||
@@ -103,8 +103,8 @@ static struct mb_cache *ext2_xattr_cache; | |||
103 | static const struct xattr_handler *ext2_xattr_handler_map[] = { | 103 | static const struct xattr_handler *ext2_xattr_handler_map[] = { |
104 | [EXT2_XATTR_INDEX_USER] = &ext2_xattr_user_handler, | 104 | [EXT2_XATTR_INDEX_USER] = &ext2_xattr_user_handler, |
105 | #ifdef CONFIG_EXT2_FS_POSIX_ACL | 105 | #ifdef CONFIG_EXT2_FS_POSIX_ACL |
106 | [EXT2_XATTR_INDEX_POSIX_ACL_ACCESS] = &ext2_xattr_acl_access_handler, | 106 | [EXT2_XATTR_INDEX_POSIX_ACL_ACCESS] = &posix_acl_access_xattr_handler, |
107 | [EXT2_XATTR_INDEX_POSIX_ACL_DEFAULT] = &ext2_xattr_acl_default_handler, | 107 | [EXT2_XATTR_INDEX_POSIX_ACL_DEFAULT] = &posix_acl_default_xattr_handler, |
108 | #endif | 108 | #endif |
109 | [EXT2_XATTR_INDEX_TRUSTED] = &ext2_xattr_trusted_handler, | 109 | [EXT2_XATTR_INDEX_TRUSTED] = &ext2_xattr_trusted_handler, |
110 | #ifdef CONFIG_EXT2_FS_SECURITY | 110 | #ifdef CONFIG_EXT2_FS_SECURITY |
@@ -116,8 +116,8 @@ const struct xattr_handler *ext2_xattr_handlers[] = { | |||
116 | &ext2_xattr_user_handler, | 116 | &ext2_xattr_user_handler, |
117 | &ext2_xattr_trusted_handler, | 117 | &ext2_xattr_trusted_handler, |
118 | #ifdef CONFIG_EXT2_FS_POSIX_ACL | 118 | #ifdef CONFIG_EXT2_FS_POSIX_ACL |
119 | &ext2_xattr_acl_access_handler, | 119 | &posix_acl_access_xattr_handler, |
120 | &ext2_xattr_acl_default_handler, | 120 | &posix_acl_default_xattr_handler, |
121 | #endif | 121 | #endif |
122 | #ifdef CONFIG_EXT2_FS_SECURITY | 122 | #ifdef CONFIG_EXT2_FS_SECURITY |
123 | &ext2_xattr_security_handler, | 123 | &ext2_xattr_security_handler, |