From: Alex Elder Date: Sat, 9 Mar 2013 00:51:03 +0000 (-0600) Subject: libceph: kill args in read_partial_message_bio() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~221 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3d56fab333bbb3ac7300843d69e52d7bd8a016b;p=pandora-kernel.git libceph: kill args in read_partial_message_bio() There is only one caller for read_partial_message_bio(), and it always passes &msg->bio_iter and &bio_seg as the second and third arguments. Furthermore, the message in question is always the connection's in_msg, and we can get that inside the called function. So drop those two parameters and use their derived equivalents. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed