Searched hist:"50 f5fdaea9cd6941e51ea6e07d8c15265917bb86" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfsd/ |
H A D | vfs.c | diff 50f5fdaea9cd6941e51ea6e07d8c15265917bb86 Wed Dec 07 02:43:07 CST 2022 Richard Weinberger <richard@nod.at> NFSD: Teach nfsd_mountpoint() auto mounts
Currently nfsd_mountpoint() tests for mount points using d_mountpoint(), this works only when a mount point is already uncovered. In our case the mount point is of type auto mount and can be coverted. i.e. ->d_automount() was not called.
Using d_managed() nfsd_mountpoint() can test whether a mount point is either already uncovered or can be uncovered later.
Signed-off-by: Richard Weinberger <richard@nod.at> Reviewed-by: Ian Kent <raven@themaw.net> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
|