diff options
Diffstat (limited to 'fs/ext2')
-rw-r--r-- | fs/ext2/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/acl.c b/fs/ext2/acl.c index 7006ced45324..6e842a764ee7 100644 --- a/fs/ext2/acl.c +++ b/fs/ext2/acl.c | |||
@@ -268,7 +268,7 @@ ext2_init_acl(struct inode *inode, struct inode *dir) | |||
268 | if (error) | 268 | if (error) |
269 | goto cleanup; | 269 | goto cleanup; |
270 | } | 270 | } |
271 | error = posix_acl_create(&acl, GFP_KERNEL, &inode->i_mode); | 271 | error = __posix_acl_create(&acl, GFP_KERNEL, &inode->i_mode); |
272 | if (error < 0) | 272 | if (error < 0) |
273 | return error; | 273 | return error; |
274 | if (error > 0) { | 274 | if (error > 0) { |