NFS: Clean up error handling in nfs_get_sb
authorChuck Lever <chuck.lever@oracle.com>
Sun, 1 Jul 2007 16:12:35 +0000 (12:12 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:44 +0000 (23:40 -0400)
commit0655960f76922a720ad14a510ed91a51395e742b
treea1dee04fc1ebaddb2a700627f3c9eb57df2938c7
parent29eb981a3b8eb4e61cd5b9da835768045d0446cb
NFS: Clean up error handling in nfs_get_sb

The error return logic in nfs_get_sb now matches nfs4_get_sb, and is more maintainable.
A subsequent patch will take advantage of this simplification.

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