diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2011-10-25 12:17:53 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-10-31 11:52:47 -0400 |
commit | c6e696660213a89a5bfde8b49d539553904c808f (patch) | |
tree | 07ae73d24e871d89d5ca8b8a6e9e761d5f2ba48e /fs/nfs/nfs4xdr.c | |
parent | c02f557dd0a026d7147da3b6f7daf52c6ff5580f (diff) | |
download | op-kernel-dev-c6e696660213a89a5bfde8b49d539553904c808f.zip op-kernel-dev-c6e696660213a89a5bfde8b49d539553904c808f.tar.gz |
NFS: Clean up nfs4_xdr_dec_secinfo()
Clean up: Remove superfluous logic at the tail of
nfs4_xdr_dec_secinfo() .
Introduced by commit 5a5ea0d4 "NFS: Add secinfo procedure" (March 24,
2011).
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 1dce12f..e6161b2 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c @@ -6602,8 +6602,6 @@ static int nfs4_xdr_dec_secinfo(struct rpc_rqst *rqstp, if (status) goto out; status = decode_secinfo(xdr, res); - if (status) - goto out; out: return status; } |