aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pseudo_fs.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-25vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells1-0/+16
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