git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca7f33a
)
SUNRPC: Remove redundant initialisations of request rq_bytes_sent
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 27 Sep 2013 15:28:40 +0000
(11:28 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 1 Oct 2013 22:22:11 +0000
(18:22 -0400)
Now that we clear the rq_bytes_sent field on unlock, we don't need
to set it on lock, so we just set it once when initialising the request.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found