Loading fs/f2fs/acl.c +6 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,12 @@ static int __f2fs_set_acl(struct inode *inode, int type, size_t size = 0; int error; if (acl) { error = posix_acl_valid(acl); if (error < 0) return error; } switch (type) { case ACL_TYPE_ACCESS: name_index = F2FS_XATTR_INDEX_POSIX_ACL_ACCESS; Loading Loading
fs/f2fs/acl.c +6 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,12 @@ static int __f2fs_set_acl(struct inode *inode, int type, size_t size = 0; int error; if (acl) { error = posix_acl_valid(acl); if (error < 0) return error; } switch (type) { case ACL_TYPE_ACCESS: name_index = F2FS_XATTR_INDEX_POSIX_ACL_ACCESS; Loading