From: Alex Elder Date: Wed, 15 Feb 2012 13:43:54 +0000 (-0600) Subject: libceph: do crc calculations outside loop X-Git-Tag: v3.4-rc1~76^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3ad593e2c34457ffa6233014ab19f4d36f85f2;p=pandora-kernel.git libceph: do crc calculations outside loop Move blocks of code out of loops in read_partial_message_section() and read_partial_message(). They were only was getting called at the end of the last iteration of the loop anyway. Signed-off-by: Alex Elder Signed-off-by: Sage Weil --- Reading git-diff-tree failed