commit | e825a66df97776d30a48a187e3a986736af43945 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed May 16 15:16:38 2012 -0500 |
committer | Alex Elder <elder@dreamhost.com> | Thu May 17 08:18:12 2012 -0500 |
tree | 4c9ed5c548818b407d7705f6bf02000ac3821132 | |
parent | 41b90c00858129f52d08e6a05c9cfdb0f2bd074d [diff] |
ceph: drop msgr argument from prepare_write_connect() In all cases, the value passed as the msgr argument to prepare_write_connect() is just con->msgr. Just get the msgr value from the ceph connection and drop the unneeded argument. The only msgr passed to prepare_write_banner() is also therefore just the one from con->msgr, so change that function to drop the msgr argument as well. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Sage Weil <sage@inktank.com>