]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFSv4: Doh! Typo in the fix to nfs41_walk_client_list
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 10 Apr 2013 16:44:18 +0000 (12:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Apr 2013 16:52:12 +0000 (09:52 -0700)
commit2a85fc20da763b9bb3ec2b959a3c282026b9888d
tree5e2d74da9664fd21b8ead7f3367429f52a8bf44b
parent7c852afafa3bf8daeaee5c60399d55c13618ac8a
NFSv4: Doh! Typo in the fix to nfs41_walk_client_list

commit eb04e0ac198cec3bab407ad220438dfa65c19c67 upstream.

Make sure that we set the status to 0 on success. Missed in testing
because it never appears when doing multiple mounts to _different_
servers.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/nfs4client.c