Re: [PATCH v2] hostfs: convert hostfs to use the new mount API

2024-06-03 Thread Christian Brauner
On Thu, 30 May 2024 20:01:11 +0800, Hongbo Li wrote: > 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 Docume

[PATCH v2] hostfs: convert hostfs to use the new mount API

2024-05-30 Thread Hongbo Li
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-o