]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Return a real error code from mount(2)
authorChuck Lever <chuck.lever@oracle.com>
Wed, 29 Aug 2007 21:58:59 +0000 (17:58 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 1 Sep 2007 14:14:39 +0000 (10:14 -0400)
commitb87150e4e86cebb2eb71db2399b7a17b1ee585da
tree2576d28a27019a9ba7118a2291985599a44e2cc4
parentcc8906f2d26ad317610c9ec450e5de0f4ecfeb0c
NFS: Return a real error code from mount(2)

Don't filter the return code from the in-kernel rpcbind or NFS mount
clients.  Return the real error code so that callers of the new NFS
text-based mount API can apply a useful retry strategy.

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