]> git.baikalelectronics.ru Git - kernel.git/commit
sockfs: Get rid of getxattr iop
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 29 Sep 2016 15:48:35 +0000 (17:48 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 7 Oct 2016 02:17:38 +0000 (22:17 -0400)
commit3f7e8fa34873b076ba39e3467e00cefd3b6a222f
tree3f7375e4de89f61828f65c18f34359be80199f8d
parentea12db4c1d09e35e089bc12e68c70deefa846de4
sockfs: Get rid of getxattr iop

If we allow pseudo-filesystems created with mount_pseudo to have xattr
handlers, we can replace sockfs_getxattr with a sockfs_xattr_get handler
to use the xattr handler name parsing.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/libfs.c
include/linux/fs.h
net/socket.c