]> git.ipfire.org Git - thirdparty/linux.git/commit
fs: add vfs_cmd_create()
authorChristian Brauner <brauner@kernel.org>
Wed, 2 Aug 2023 11:57:04 +0000 (13:57 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 14 Aug 2023 16:48:02 +0000 (18:48 +0200)
commitdae8b08d5d83b7550917af06cfba76f0b908bf15
treeedb057d1f4ee345a2513f9d12bb7c4360ad7f927
parente062abaec65b970c4d7ecf26bc1558a1b6f92970
fs: add vfs_cmd_create()

Split the steps to create a superblock into a tiny helper. This will
make the next patch easier to follow.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Aleksa Sarai <cyphar@cyphar.com>
Message-Id: <20230802-vfs-super-exclusive-v2-2-95dc4e41b870@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fsopen.c