On Thu, 25 Jul 2024 14:51:30 +0800, Hongbo Li wrote: > hostfs not keep the host directory when mounting. When the host > directory is none (default), fc->source is used as the host root > directory, and this is wrong. Here we use `parse_monolithic` to > handle the old mount path for parsing the root directory. For new > mount path, The `parse_param` is used for the host directory parse. > > > [...] As mentioned somewhere else the check for param->string being empty needs to check for empty string, not NULL. I've fixed that up. --- Applied to the vfs.fixes branch of the vfs/vfs.git tree. Patches in the vfs.fixes branch should appear in linux-next soon. Please report any outstanding bugs that were missed during review in a new review to the original patch series allowing us to drop it. It's encouraged to provide Acked-bys and Reviewed-bys even though the patch has now been applied. If possible patch trailers will be updated. Note that commit hashes shown below are subject to change due to rebase, trailer updates or similar. If in doubt, please check the listed branch. tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git branch: vfs.fixes [1/1] hostfs: fix the host directory parse when mounting. https://git.kernel.org/vfs/vfs/c/3ab8d61f1e4a