]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/.../shard_services.cc: trivial formatting fix
authorSamuel Just <sjust@redhat.com>
Wed, 21 Feb 2024 00:41:26 +0000 (16:41 -0800)
committerSamuel Just <sjust@redhat.com>
Wed, 21 Feb 2024 00:48:52 +0000 (00:48 +0000)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/shard_services.cc

index 604c045eb9b86d743addde22b7c6b06489b8d1fd..e20e310dc2cc785efa7423d11a87d787b964b976 100644 (file)
@@ -809,7 +809,7 @@ seastar::future<MURef<MOSDMap>> OSDSingletonState::build_incremental_map_msg(
                             monc.get_fsid(),
                             osdmap->get_encoding_features()),
                           [this, &first, FNAME, last](unsigned int map_message_max,
-                                                      autom) {
+                                                      auto &m) {
     m->cluster_osdmap_trim_lower_bound = superblock.cluster_osdmap_trim_lower_bound;
     m->newest_map = superblock.get_newest_map();
     auto maybe_handle_mapgap = seastar::now();