]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: make encode_request_*() work with r_mempool requests
authorIlya Dryomov <idryomov@gmail.com>
Tue, 25 Jul 2017 12:40:03 +0000 (14:40 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 1 Aug 2017 14:46:31 +0000 (16:46 +0200)
commit25f79ab1a152798c78f619dd9e506a427f9092e2
treea4705d5fefe0618e34d5f91166e35ca5fccdb967
parent39ca428cb491c5108b239365b7603145dd6df933
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: c9036506f707 ("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>
net/ceph/osd_client.c