Re: mountd: Possible bug in next_mnt()
From: Steve Dickson <hidden>
Date: 2023-03-12 13:32:14
From: Steve Dickson <hidden>
Date: 2023-03-12 13:32:14
On 3/11/23 11:52 AM, Richard Weinberger wrote:
----- Ursprüngliche Mail -----quoted
quoted
next_mnt() finds submounts below a given path p. While investigating into an issue in my crossmount patches for nfs-utils I noticed that it does not work when fsid=root, rootdir=/some/path/ and then "/" is being exported. In this case next_mnt() is asked to find submounts of "/" but returns none.I'm not clear as what you are saying... "rootdir=/some/path/" is not an export option.Sorry for being imprecise. rootdir= is an nfs.conf exports option.Point. But I still need the patch in the correct
format with the Signed-off-by... steved.
Thanks, //richard