]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
various: disable `boost::intrusive::constant_time_size`
authorMax Kellermann <max.kellermann@ionos.com>
Fri, 4 Oct 2024 09:50:19 +0000 (11:50 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Wed, 13 Nov 2024 19:59:13 +0000 (20:59 +0100)
commit3ee1ce7faa68ab158ec96b0e7b58e8759813e5ad
treeb4f6c3273a9c6234d874fc4f3c8d6c1d38a4fad9
parentce0d6fccc4c3ef1c0d0477e8f6fcd192671a5ee7
various: disable `boost::intrusive::constant_time_size`

By default, the Boost intrusive containers enable the
`constant_time_size` option which adds overhead to each modification
for tracking the size in a field.  We don't need that.

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/blk/aio/aio.h
src/client/barrier.h