aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/acl.c')
-rw-r--r--fs/f2fs/acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c
index e9a8d676c6bc..83dcf7bfd7b8 100644
--- a/fs/f2fs/acl.c
+++ b/fs/f2fs/acl.c
@@ -213,7 +213,7 @@ static int __f2fs_set_acl(struct inode *inode, int type,
213 switch (type) { 213 switch (type) {
214 case ACL_TYPE_ACCESS: 214 case ACL_TYPE_ACCESS:
215 name_index = F2FS_XATTR_INDEX_POSIX_ACL_ACCESS; 215 name_index = F2FS_XATTR_INDEX_POSIX_ACL_ACCESS;
216 if (acl) { 216 if (acl && !ipage) {
217 error = posix_acl_update_mode(inode, &inode->i_mode, &acl); 217 error = posix_acl_update_mode(inode, &inode->i_mode, &acl);
218 if (error) 218 if (error)
219 return error; 219 return error;