diff options
Diffstat (limited to 'fs/f2fs/acl.c')
| -rw-r--r-- | fs/f2fs/acl.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/acl.c b/fs/f2fs/acl.c index fed74d193ff..e95b94945d5 100644 --- a/fs/f2fs/acl.c +++ b/fs/f2fs/acl.c @@ -82,7 +82,6 @@ static struct posix_acl *f2fs_acl_from_disk(const char *value, size_t size)  		case ACL_GROUP_OBJ:  		case ACL_MASK:  		case ACL_OTHER: -			acl->a_entries[i].e_id = ACL_UNDEFINED_ID;  			entry = (struct f2fs_acl_entry *)((char *)entry +  					sizeof(struct f2fs_acl_entry_short));  			break;  |