commit | b3d56fab333bbb3ac7300843d69e52d7bd8a016b | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Fri Mar 08 18:51:03 2013 -0600 |
committer | Sage Weil <sage@inktank.com> | Wed May 01 21:16:32 2013 -0700 |
tree | 1d22ae5f71a1c7f3b025366e3deef4c1baa7f63d | |
parent | e1dcb128f88958e7212fdd7ceebba4f84d6bc47a [diff] |
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 <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>