]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9ce4ad8c7ae21dce043c41b9477bef3ad80a3102
tree569a3d59a37cae008a4c86e9e78c4aa7b5a4e2c2
parent0d56f2a97a6d62ec20ec130bc4d2a67667cfca37
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