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 | |
parent | c02f557dd0a026d7147da3b6f7daf52c6ff5580f (diff) |
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')
-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 1dce12f41a4f..e6161b213ed1 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, | |||
6602 | if (status) | 6602 | if (status) |
6603 | goto out; | 6603 | goto out; |
6604 | status = decode_secinfo(xdr, res); | 6604 | status = decode_secinfo(xdr, res); |
6605 | if (status) | ||
6606 | goto out; | ||
6607 | out: | 6605 | out: |
6608 | return status; | 6606 | return status; |
6609 | } | 6607 | } |