diff options
Diffstat (limited to 'fs/hfsplus/posix_acl.c')
-rw-r--r-- | fs/hfsplus/posix_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/posix_acl.c b/fs/hfsplus/posix_acl.c index cab5fd6fdb72..277942f36f80 100644 --- a/fs/hfsplus/posix_acl.c +++ b/fs/hfsplus/posix_acl.c | |||
@@ -137,7 +137,7 @@ int hfsplus_init_posix_acl(struct inode *inode, struct inode *dir) | |||
137 | goto init_acl_cleanup; | 137 | goto init_acl_cleanup; |
138 | } | 138 | } |
139 | 139 | ||
140 | err = posix_acl_create(&acl, GFP_NOFS, &inode->i_mode); | 140 | err = __posix_acl_create(&acl, GFP_NOFS, &inode->i_mode); |
141 | if (unlikely(err < 0)) | 141 | if (unlikely(err < 0)) |
142 | return err; | 142 | return err; |
143 | 143 | ||