summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2012-12-22 01:52:39 -0800
committerEric W. Biederman <ebiederm@xmission.com>2012-12-25 20:05:15 -0800
commit48c6d1217e3dc743e7d3ad9b9def8d4810d13a85 (patch)
treeb8c5539ab8c13674dce2ff5a860982ae28c9c21d /kernel
parentdfb2ea45becb198beeb75350d0b7b7ad9076a38f (diff)
downloadlinux-48c6d1217e3dc743e7d3ad9b9def8d4810d13a85.tar.gz
linux-48c6d1217e3dc743e7d3ad9b9def8d4810d13a85.tar.xz
f2fs: Don't assign e_id in f2fs_acl_from_disk
With user namespaces enabled building f2fs fails with: CC fs/f2fs/acl.o fs/f2fs/acl.c: In function ‘f2fs_acl_from_disk’: fs/f2fs/acl.c:85:21: error: ‘struct posix_acl_entry’ has no member named ‘e_id’ make[2]: *** [fs/f2fs/acl.o] Error 1 make[2]: Target `__build' not remade because of errors. e_id is a backwards compatibility field only used for file systems that haven't been converted to use kuids and kgids. When the posix acl tag field is neither ACL_USER nor ACL_GROUP assigning e_id is unnecessary. Remove the assignment so f2fs will build with user namespaces enabled. Cc: Namjae Jeon <namjae.jeon@samsung.com> Cc: Amit Sahrawat <a.sahrawat@samsung.com> Acked-by: Jaegeuk Kim <jaegeuk.kim@samsung.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions