Re: [PATCH] hostfs: fix the host directory parse when mounting.

2024-07-26 Thread Christian Brauner
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 roo

[PATCH] hostfs: fix the host directory parse when mounting.

2024-07-24 Thread Hongbo Li
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 fo