CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/15 11:17:34
Modified files:
sbin/mountd : mountd.c
Log message:
When (re)reading /etc/exports, handle the case where the mount point of an
export is not also the mount point of a local filesystem. In this case, the
local filesystem would not be removed from the "unexport list", causing the
export to be "unexported" again.
This fix then also allows us to actually delete an export that has been removed
from /etc/exports, by passing the MNT_DELEXPORT export flag to mount(2).
Makes sense to millert@.