]> Pileus Git - ~andy/linux/blobdiff - fs/jfs/acl.c
fs: make posix_acl_chmod more useful
[~andy/linux] / fs / jfs / acl.c
index d254d6d3599565fbca59621cf840d105d9cd4971..9c0fca8073da54de913029df13ad97cd5dfc0e6b 100644 (file)
@@ -161,7 +161,7 @@ int jfs_acl_chmod(struct inode *inode)
        if (IS_ERR(acl) || !acl)
                return PTR_ERR(acl);
 
-       rc = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode);
+       rc = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode);
        if (rc)
                return rc;