commit | 986e89898acb3d8f750f259a90cb73afca426b58 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Tue Jul 25 14:40:03 2017 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Tue Aug 01 16:46:31 2017 +0200 |
tree | a4705d5fefe0618e34d5f91166e35ca5fccdb967 | |
parent | 16f73eb02d7e1765ccab3d2018e0bd98eb93d973 [diff] |
libceph: make encode_request_*() work with r_mempool requests Messages allocated out of ceph_msgpool have a fixed front length (pool->front_len). Asserting that the entire front has been filled while encoding is thus wrong. Fixes: 8cb441c0545d ("libceph: MOSDOp v8 encoding (actual spgid + full hash)") Reported-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Reviewed-by: "Yan, Zheng" <zyan@redhat.com>