diff options
Diffstat (limited to 'fs/reiserfs/xattr.c')
-rw-r--r-- | fs/reiserfs/xattr.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index 8a9e2dcfe004..5cdfbd638b5c 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c | |||
@@ -50,6 +50,7 @@ | |||
50 | #include <linux/stat.h> | 50 | #include <linux/stat.h> |
51 | #include <linux/quotaops.h> | 51 | #include <linux/quotaops.h> |
52 | #include <linux/security.h> | 52 | #include <linux/security.h> |
53 | #include <linux/posix_acl_xattr.h> | ||
53 | 54 | ||
54 | #define PRIVROOT_NAME ".reiserfs_priv" | 55 | #define PRIVROOT_NAME ".reiserfs_priv" |
55 | #define XAROOT_NAME "xattrs" | 56 | #define XAROOT_NAME "xattrs" |
@@ -904,8 +905,8 @@ static const struct xattr_handler *reiserfs_xattr_handlers[] = { | |||
904 | &reiserfs_xattr_security_handler, | 905 | &reiserfs_xattr_security_handler, |
905 | #endif | 906 | #endif |
906 | #ifdef CONFIG_REISERFS_FS_POSIX_ACL | 907 | #ifdef CONFIG_REISERFS_FS_POSIX_ACL |
907 | &reiserfs_posix_acl_access_handler, | 908 | &posix_acl_access_xattr_handler, |
908 | &reiserfs_posix_acl_default_handler, | 909 | &posix_acl_default_xattr_handler, |
909 | #endif | 910 | #endif |
910 | NULL | 911 | NULL |
911 | }; | 912 | }; |