]> asedeno.scripts.mit.edu Git - linux.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)
commit31d6d5ce53400d6dc58e29ddd8dc184b3ba89d66
tree3d2a12d63794b5ab86295001c711d63591e71ffa
parentc80fa7c8301c10ad10d997b9e86b4aeac5923b3e
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]