]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: Include message types we make intrusive pointers for
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 22 Jan 2026 06:39:21 +0000 (01:39 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 27 Jan 2026 16:57:40 +0000 (11:57 -0500)
commitbd83d006a79d2f847f719e44343e9315961661b7
treeef59881c0f7b28610b848dcce92214d3bfca4e69
parent5b81911b310289eaca180b6e6668cf8840fb86b9
mds: Include message types we make intrusive pointers for

Since clang21 is a lot more strict about what gets defined when,
include `MMDSPeerRequest.h` in `Mutation.h` and
`MClientReclaimReply.h` in `Server.h`. This ensures we have
`intrusive_ptr_add_ref` available when we try to construct the
pointer.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/mds/Mutation.h
src/mds/Server.h