From: Chuck Lever Date: Sun, 9 Aug 2009 19:09:30 +0000 (-0400) Subject: NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd client X-Git-Tag: v2.6.32-rc1~412^2~48^2~9^2~22 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b524123c93893391ec9e6c9b04998a45235f9c8;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed