diff options
Diffstat (limited to 'fs/ext3/xattr.c')
-rw-r--r-- | fs/ext3/xattr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/ext3/xattr.c b/fs/ext3/xattr.c index b1fc96383e08..c6874be6d58b 100644 --- a/fs/ext3/xattr.c +++ b/fs/ext3/xattr.c | |||
@@ -102,8 +102,8 @@ static struct mb_cache *ext3_xattr_cache; | |||
102 | static const struct xattr_handler *ext3_xattr_handler_map[] = { | 102 | static const struct xattr_handler *ext3_xattr_handler_map[] = { |
103 | [EXT3_XATTR_INDEX_USER] = &ext3_xattr_user_handler, | 103 | [EXT3_XATTR_INDEX_USER] = &ext3_xattr_user_handler, |
104 | #ifdef CONFIG_EXT3_FS_POSIX_ACL | 104 | #ifdef CONFIG_EXT3_FS_POSIX_ACL |
105 | [EXT3_XATTR_INDEX_POSIX_ACL_ACCESS] = &ext3_xattr_acl_access_handler, | 105 | [EXT3_XATTR_INDEX_POSIX_ACL_ACCESS] = &posix_acl_access_xattr_handler, |
106 | [EXT3_XATTR_INDEX_POSIX_ACL_DEFAULT] = &ext3_xattr_acl_default_handler, | 106 | [EXT3_XATTR_INDEX_POSIX_ACL_DEFAULT] = &posix_acl_default_xattr_handler, |
107 | #endif | 107 | #endif |
108 | [EXT3_XATTR_INDEX_TRUSTED] = &ext3_xattr_trusted_handler, | 108 | [EXT3_XATTR_INDEX_TRUSTED] = &ext3_xattr_trusted_handler, |
109 | #ifdef CONFIG_EXT3_FS_SECURITY | 109 | #ifdef CONFIG_EXT3_FS_SECURITY |
@@ -115,8 +115,8 @@ const struct xattr_handler *ext3_xattr_handlers[] = { | |||
115 | &ext3_xattr_user_handler, | 115 | &ext3_xattr_user_handler, |
116 | &ext3_xattr_trusted_handler, | 116 | &ext3_xattr_trusted_handler, |
117 | #ifdef CONFIG_EXT3_FS_POSIX_ACL | 117 | #ifdef CONFIG_EXT3_FS_POSIX_ACL |
118 | &ext3_xattr_acl_access_handler, | 118 | &posix_acl_access_xattr_handler, |
119 | &ext3_xattr_acl_default_handler, | 119 | &posix_acl_default_xattr_handler, |
120 | #endif | 120 | #endif |
121 | #ifdef CONFIG_EXT3_FS_SECURITY | 121 | #ifdef CONFIG_EXT3_FS_SECURITY |
122 | &ext3_xattr_security_handler, | 122 | &ext3_xattr_security_handler, |