X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fjfs%2Facl.c;h=9c0fca8073da54de913029df13ad97cd5dfc0e6b;hb=5bf3258fd2acd8515450ab8efcd97c9d3b69f7f9;hp=d254d6d3599565fbca59621cf840d105d9cd4971;hpb=0074120228496d6fceb75ba17d21dc0b7476f8c4;p=~andy%2Flinux diff --git a/fs/jfs/acl.c b/fs/jfs/acl.c index d254d6d3599..9c0fca8073d 100644 --- a/fs/jfs/acl.c +++ b/fs/jfs/acl.c @@ -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;