]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/os/seastore/omap_manager: fix a capture-by-reference related issue
authorXuehan Xu <xxhdx1985126@gmail.com>
Sat, 14 Jan 2023 01:09:45 +0000 (09:09 +0800)
committerXuehan Xu <xxhdx1985126@gmail.com>
Mon, 16 Jan 2023 06:36:33 +0000 (14:36 +0800)
commit7c9a3018377c5253a96e57d18619afdb7b6a13b7
tree6122c341e941e09cc4d69093d0d2b89d32cd8f9c
parent6d583d25c5c0d6cef470e81d00a590ed03f1cd8e
crimson/os/seastore/omap_manager: fix a capture-by-reference related issue

Variables that are not guaranteed to be available as long as the continuations
live shouldn't be captured by reference

Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
src/crimson/os/seastore/omap_manager.h
src/crimson/os/seastore/omap_manager/btree/btree_omap_manager.cc