hostfs: convert hostfs to use the new mount API
authorHongbo Li <lihongbo22@huawei.com>
Thu, 30 May 2024 12:01:11 +0000 (20:01 +0800)
committerChristian Brauner <brauner@kernel.org>
Mon, 3 Jun 2024 14:20:39 +0000 (16:20 +0200)
commitcd140ce9f611a5e9d2a5989a282b75e55c71dab3
tree0b010bdad43d0f06d33ae57a5f45dc5ba2822a4b
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
hostfs: convert hostfs to use the new mount API

Convert the hostfs filesystem to the new internal mount API as the old
one will be obsoleted and removed.  This allows greater flexibility in
communication of mount parameters between userspace, the VFS and the
filesystem.

See Documentation/filesystems/mount_api.txt for more information.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Link: https://lore.kernel.org/r/20240530120111.3794664-1-lihongbo22@huawei.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/hostfs/hostfs_kern.c