projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3388bff
)
SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcred
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 24 Oct 2010 22:00:46 +0000
(18:00 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sun, 24 Oct 2010 22:00:46 +0000
(18:00 -0400)
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sunrpc/auth.c
b/net/sunrpc/auth.c
index 36cb66022a279e96869de77c3c9cebbbe9824ff4..b457db034cc9c82a12dce599ddec59f73e890a2e 100644
(file)
--- 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;