]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFS: return -ENOKEY when the upcall fails to map the name
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 9 Aug 2012 18:05:50 +0000 (14:05 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 16 Aug 2012 20:16:50 +0000 (16:16 -0400)
commitd0f6eca7eb175373a61173d86f3cf4ec4a9166fa
treecd446eee09b159e32784fa2e8f421b6ac8a3f655
parent7f26d74498ca000ccfa28515b86998f0a0c2298a
NFS: return -ENOKEY when the upcall fails to map the name

This allows the normal error-paths to handle the error, rather than
making a special call to complete_request_key() just for this instance.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Tested-by: William Dauchy <wdauchy@gmail.com>
Cc: stable@vger.kernel.org [>= 3.4]
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/idmap.c