]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
buffer: remove list _mempool member 18408/head
authorSage Weil <sage@redhat.com>
Thu, 19 Oct 2017 21:19:35 +0000 (16:19 -0500)
committerSage Weil <sage@redhat.com>
Fri, 20 Oct 2017 12:16:22 +0000 (07:16 -0500)
commit9b92d87d37e3892b0096cd728b46154aed1e2d86
tree9eb02cebc4847e6d2d5953885d9c77067d4c0021
parent481277b8c92368b8cac8fdafe1848720ec1035c2
buffer: remove list _mempool member

This broke the C++ ABI by changing the list structure size.  Also, it's
not necessary as we can infer the mempool by looking at the other list
contents.  We don't (currently) have a need to map an empty list to a
particular mempool and have that state stick.

Fixes: http://tracker.ceph.com/issues/21573
Signed-off-by: Sage Weil <sage@redhat.com>
src/common/buffer.cc
src/include/buffer.h