Re: mountd: Possible bug in next_mnt()
From: Richard Weinberger <richard@nod.at>
Date: 2023-03-11 16:52:52
From: Richard Weinberger <richard@nod.at>
Date: 2023-03-11 16:52:52
----- Ursprüngliche Mail -----
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. Thanks, //richard