diff options
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | fs/reiserfs/xattr_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/xattr_acl.c b/fs/reiserfs/xattr_acl.c index ea4e44351f76..d95c9592327b 100644 --- a/fs/reiserfs/xattr_acl.c +++ b/fs/reiserfs/xattr_acl.c | |||
@@ -378,7 +378,7 @@ reiserfs_inherit_default_acl(struct reiserfs_transaction_handle *th, | |||
378 | 378 | ||
379 | /* Now we reconcile the new ACL and the mode, | 379 | /* Now we reconcile the new ACL and the mode, |
380 | potentially modifying both */ | 380 | potentially modifying both */ |
381 | err = posix_acl_create(&acl, GFP_NOFS, &inode->i_mode); | 381 | err = __posix_acl_create(&acl, GFP_NOFS, &inode->i_mode); |
382 | if (err < 0) | 382 | if (err < 0) |
383 | return err; | 383 | return err; |
384 | 384 | ||