projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ddbe87
)
nfsd4: exchange_id has a pointless copy
author
J. Bruce Fields
<bfields@redhat.com>
Fri, 4 May 2012 19:16:06 +0000
(15:16 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Fri, 1 Jun 2012 00:29:50 +0000
(20:29 -0400)
We just verified above that these two verifiers are already the same.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfs4state.c
b/fs/nfsd/nfs4state.c
index c474161fd4b66c837804374bec46354122c48c3b..8a06cb07896aeda9774d5f72c0feea09073dfc0e 100644
(file)
--- a/
fs/nfsd/nfs4state.c
+++ b/
fs/nfsd/nfs4state.c
@@
-1587,7
+1587,6
@@
nfsd4_exchange_id(struct svc_rqst *rqstp,
* Falling into 18.35.4 case 2, possible router replay.
* Leave confirmed record intact and return same result.
*/
- copy_verf(conf, &verf);
new = conf;
goto out_copy;
}