From: Samuel Just Date: Thu, 22 Sep 2022 20:15:29 +0000 (-0700) Subject: crimson/os/FuturizedCollection: use thread_safe_counter X-Git-Tag: v18.1.0~639^2~19^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b12feb3d38a5dc00e14382d6384cca3543a6ec1b;p=ceph-ci.git crimson/os/FuturizedCollection: use thread_safe_counter This should work for now, long term we probably want to get rid of FuturizedCollection entirely from the interface. Signed-off-by: Samuel Just --- diff --git a/src/crimson/os/futurized_collection.h b/src/crimson/os/futurized_collection.h index 06f7d2f47d5..7b460dffe3e 100644 --- a/src/crimson/os/futurized_collection.h +++ b/src/crimson/os/futurized_collection.h @@ -14,7 +14,7 @@ class FuturizedStore; class FuturizedCollection : public boost::intrusive_ref_counter + boost::thread_safe_counter> { public: FuturizedCollection(const coll_t& cid)