reiserfs_cache_default_acl(): use get_acl()
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 18 Mar 2016 17:25:43 +0000 (13:25 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 28 Mar 2016 17:49:38 +0000 (13:49 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/reiserfs/xattr_acl.c

index 558a16beaacb994749e74cf74acf869f611a1064..ec74bbedc8731db5534ff5094cb46a0933c5e3b7 100644 (file)
@@ -370,7 +370,7 @@ int reiserfs_cache_default_acl(struct inode *inode)
        if (IS_PRIVATE(inode))
                return 0;
 
-       acl = reiserfs_get_acl(inode, ACL_TYPE_DEFAULT);
+       acl = get_acl(inode, ACL_TYPE_DEFAULT);
 
        if (acl && !IS_ERR(acl)) {
                int size = reiserfs_acl_size(acl->a_count);