fs: simplify vfs_get_super
authorChristoph Hellwig <hch@lst.de>
Mon, 31 Oct 2022 12:46:26 +0000 (13:46 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 25 Nov 2022 05:52:19 +0000 (00:52 -0500)
commitcda2ed05aade303b7d89844a0333168c3484634a
tree8c8b7475ed857f7d24740e5cc07669650cc3ec8f
parent3aca47127a646165965ff52803e2b269eed91afc
fs: simplify vfs_get_super

Remove the pointless keying argument and associated enum and pass the
fill_super callback and a "bool reconf" instead.  Also mark the function
static given that there are no users outside of super.c.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Documentation/filesystems/mount_api.rst
fs/super.c
include/linux/fs_context.h