commit | 85e084feb47349d62989efe1713a8723af95f4ea | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Apr 28 16:07:24 2016 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 00:36:27 2016 +0200 |
tree | 61bc405871e4334f74913ea947d4ac35f2324336 | |
parent | bb873b539154ab51893430b4ad6ba4051775276a [diff] |
libceph: drop msg argument from ceph_osdc_callback_t finish_read(), its only user, uses it to get to hdr.data_len, which is what ->r_result is set to on success. This gains us the ability to safely call callbacks from contexts other than reply, e.g. map check. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>