]> Pileus Git - ~andy/linux/blobdiff - fs/f2fs/acl.c
fs: make posix_acl_chmod more useful
[~andy/linux] / fs / f2fs / acl.c
index d0fc287efeff4511fa7f4e84369cf77f0ae31538..14c4df0ede34a4485e91c7d8b33c8ebc834204c3 100644 (file)
@@ -311,7 +311,7 @@ int f2fs_acl_chmod(struct inode *inode)
        if (IS_ERR(acl) || !acl)
                return PTR_ERR(acl);
 
-       error = posix_acl_chmod(&acl, GFP_KERNEL, mode);
+       error = __posix_acl_chmod(&acl, GFP_KERNEL, mode);
        if (error)
                return error;