NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd client
authorChuck Lever <chuck.lever@oracle.com>
Sun, 9 Aug 2009 19:09:30 +0000 (15:09 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 9 Aug 2009 19:09:30 +0000 (15:09 -0400)
commit0b524123c93893391ec9e6c9b04998a45235f9c8
tree6e65a65ecf9968803e712ccc7063cca4385757e0
parentf3f4f4ed26b116f621596f74d42d2b736171e968
NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd client

After certain failure modes of an NFS mount, an NFS client should send
a MOUNTPROC_UMNT request to remove the just-added mount entry from the
server's mount table.  While no-one should rely on the accuracy of the
server's mount table, sending a UMNT is simply being a good internet
neighbor.

Since NFS mount processing is handled in the kernel now, we will need
a function in the kernel's mountd client that can post a MOUNTRPC_UMNT
request, in order to handle these failure modes.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/internal.h
fs/nfs/mount_clnt.c