]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: Fully qualify some calls to `make_message`
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 21 Jan 2026 22:31:23 +0000 (17:31 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 27 Jan 2026 16:57:40 +0000 (11:57 -0500)
commitea218daf73965fdaee54693bbfcd675c031992f9
treea1e4bc5102f11c9fa677480d56ee400bffec5d26
parent91231d89b2d8af6a101b0ceb85c8e1e472cc2eb3
mds: Fully qualify some calls to `make_message`

`crimson::make_message` participates in some of the same overloads as
`ceph::make_message` and GCC 16 looks to be doing ADL differently than
GCC 15.

(Also fix the indentation on `reply_client_request`.)

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/mds/Locker.cc
src/mds/MDCache.cc
src/mds/Server.cc