From: Trond Myklebust Date: Fri, 27 Sep 2013 15:28:40 +0000 (-0400) Subject: SUNRPC: Remove redundant initialisations of request rq_bytes_sent X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~60^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92551948174d079b12541437f51cbe3e17d9dd24;p=pandora-kernel.git 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 --- Reading git-diff-tree failed