aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth.c
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2010-10-24 18:00:46 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2010-10-24 18:00:46 -0400
commit9a84d38031c258a17bb39beed1e500eadee67407 (patch)
tree30126034db0285c3becd85ddb36f226add98c2d3 /net/sunrpc/auth.c
parent3388bff5cfe91589a912cdc7f00d3aae3aa18adc (diff)
downloadkernel_samsung_smdk4412-9a84d38031c258a17bb39beed1e500eadee67407.zip
kernel_samsung_smdk4412-9a84d38031c258a17bb39beed1e500eadee67407.tar.gz
kernel_samsung_smdk4412-9a84d38031c258a17bb39beed1e500eadee67407.tar.bz2
SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcred
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/auth.c')
-rw-r--r--net/sunrpc/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth.c b/net/sunrpc/auth.c
index 36cb660..b457db0 100644
--- a/net/sunrpc/auth.c
+++ b/net/sunrpc/auth.c
@@ -595,7 +595,7 @@ rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp,
int
rpcauth_refreshcred(struct rpc_task *task)
{
- struct rpc_cred *cred = task->tk_rqstp->rq_cred;
+ struct rpc_cred *cred;
int err;
cred = task->tk_rqstp->rq_cred;