]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Provide a mount_pseudo-replacement for the new mount API
authorDavid Howells <dhowells@redhat.com>
Mon, 25 Mar 2019 16:38:23 +0000 (16:38 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 May 2019 22:00:04 +0000 (18:00 -0400)
commit0c01a22e739e2f948de5df9b0fb0aae416abd954
tree3d2a12d63794b5ab86295001c711d63591e71ffa
parent284be576c2913150bb97326f99a5bff269d577ba
vfs: Provide a mount_pseudo-replacement for the new mount API

Provide a function, init_pseudo(), that provides a common
infrastructure for converting pseudo-filesystems that can never be
mountable.

[AV: once all users of mount_pseudo_xattr() get converted, it will be folded
into pseudo_fs_get_tree()]

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-fsdevel@vger.kernel.org
fs/libfs.c
include/linux/pseudo_fs.h [new file with mode: 0644]