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

2024-05-30 Thread Hongbo Li
Thanks for replying. I will send the new patch marked with v2 later. regards, Hongbo Li On 2024/5/23 18:43, Dan Carpenter wrote: On Fri, May 17, 2024 at 07:21:09PM +0800, Hongbo Li wrote: Thanks for your attention, I have solved the warnings in the following patch (the similar title: hostfs:

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

2024-05-23 Thread Dan Carpenter
On Fri, May 17, 2024 at 07:21:09PM +0800, Hongbo Li wrote: > Thanks for your attention, I have solved the warnings in the following patch > (the similar title: hostfs: convert hostfs to use the new mount API): > > https://lore.kernel.org/all/20240515025536.3667017-1-lihongb...@huawei.com/ > > or

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

2024-05-17 Thread Hongbo Li
%40huawei.com patch subject: [PATCH] hostfs: convert hostfs to use the new mount api config: um-randconfig-r081-20240517 (https://download.01.org/0day-ci/archive/20240517/202405171154.21q42swy-...@intel.com/config) compiler: clang version 19.0.0git (https://github.com/llvm/llvm-project

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

2024-05-17 Thread Dan Carpenter
/scm/linux/kernel/git/uml/linux next patch link: https://lore.kernel.org/r/20240513124141.3788846-1-lihongbo22%40huawei.com patch subject: [PATCH] hostfs: convert hostfs to use the new mount api config: um-randconfig-r081-20240517 (https://download.01.org/0day-ci/archive/20240517

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

2024-05-14 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

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

2024-05-13 Thread kernel test robot
kernel.org/pub/scm/linux/kernel/git/uml/linux next patch link: https://lore.kernel.org/r/20240513124141.3788846-1-lihongbo22%40huawei.com patch subject: [PATCH] hostfs: convert hostfs to use the new mount api config: um-allnoconfig (https://download.01.org/0day-ci/archive/20240513/20240513234

[PATCH] hostfs: convert hostfs to use the new mount api

2024-05-13 Thread Hongbo Li
Convert the hostfs filesystem to use the new mount API. Signed-off-by: Hongbo Li --- fs/hostfs/hostfs_kern.c | 83 ++--- 1 file changed, 62 insertions(+), 21 deletions(-) diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c index a73d27c4dd58..24e64