When the NFSv3 access method is called and there is no correspoding
authorzoulasc <christos@zoulas.com>
Fri, 22 Jan 2016 15:12:52 +0000 (10:12 -0500)
committerzoulasc <christos@zoulas.com>
Fri, 22 Jan 2016 15:12:52 +0000 (10:12 -0500)
commit1d1c86f6bb4f5bcecfde3fb27e231a2ec2c986fc
tree45555cdb39f54d87baa4579d7644322eb83e1bfa
parent9938250499e09682be3fdd18dcc56ab527dbdd17
When the NFSv3 access method is called and there is no correspoding
mount point for the path we requested, we need to return ESTALE so
that the kernel will then perform an NFSv3 lookup and the mount point
will be re-mounted.

If there is no map entry to mount, the NFSv3 lookup method will
return the failure.

(Ian Kent)
amd/nfs_subr.c