]> Pileus Git - ~andy/linux/blobdiff - fs/hfsplus/posix_acl.c
fs: make posix_acl_chmod more useful
[~andy/linux] / fs / hfsplus / posix_acl.c
index b609cc14c72e03c21063abbda72372c4ef94b1c7..cab5fd6fdb72b781d8b2811ed7c59ae08865fd9d 100644 (file)
@@ -167,7 +167,7 @@ int hfsplus_posix_acl_chmod(struct inode *inode)
        if (IS_ERR(acl) || !acl)
                return PTR_ERR(acl);
 
-       err = posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode);
+       err = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode);
        if (unlikely(err))
                return err;