diff options
Diffstat (limited to 'fs/ocfs2/acl.c')
-rw-r--r-- | fs/ocfs2/acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/acl.c b/fs/ocfs2/acl.c index 73ccf0e22ec5..c0f9d2fe134f 100644 --- a/fs/ocfs2/acl.c +++ b/fs/ocfs2/acl.c | |||
@@ -401,7 +401,7 @@ int ocfs2_init_acl(handle_t *handle, | |||
401 | goto cleanup; | 401 | goto cleanup; |
402 | } | 402 | } |
403 | mode = inode->i_mode; | 403 | mode = inode->i_mode; |
404 | ret = posix_acl_create(&acl, GFP_NOFS, &mode); | 404 | ret = __posix_acl_create(&acl, GFP_NOFS, &mode); |
405 | if (ret < 0) | 405 | if (ret < 0) |
406 | return ret; | 406 | return ret; |
407 | 407 | ||