tmpfs: listxattr should include POSIX ACL xattrs
authorAndreas Gruenbacher <agruenba@redhat.com>
Wed, 2 Dec 2015 13:44:39 +0000 (14:44 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 7 Dec 2015 02:34:15 +0000 (21:34 -0500)
commit786534b92f3ce68f4afc8a761c80b76887797b0a
tree569a3d59a37cae008a4c86e9e78c4aa7b5a4e2c2
parentaa7c5241c380adb7e6913549292c1b83c1469bda
tmpfs: listxattr should include POSIX ACL xattrs

When a file on tmpfs has an ACL or a Default ACL, listxattr should include the
corresponding xattr name.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: James Morris <james.l.morris@oracle.com>
Cc: Hugh Dickins <hughd@google.com>
Cc: linux-mm@kvack.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/kernfs/inode.c
fs/xattr.c
include/linux/xattr.h
mm/shmem.c