commit | 92551948174d079b12541437f51cbe3e17d9dd24 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 27 11:28:40 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 01 18:22:11 2013 -0400 |
tree | a831008dba83fac12e3aa438226f919794e7dfa4 | |
parent | ca7f33aa5b8051f17eec81766b8f39c83caf4196 [diff] |
SUNRPC: Remove redundant initialisations of request rq_bytes_sent 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>