diff --git a/[refs] b/[refs] index 2f0cf48a1c5d..3695a4ea8173 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dfb2ea45becb198beeb75350d0b7b7ad9076a38f +refs/heads/master: 48c6d1217e3dc743e7d3ad9b9def8d4810d13a85 diff --git a/trunk/fs/f2fs/acl.c b/trunk/fs/f2fs/acl.c index fed74d193ffb..e95b94945d5f 100644 --- a/trunk/fs/f2fs/acl.c +++ b/trunk/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;