From: Radoslaw Zarzynski Date: Wed, 1 Mar 2017 23:22:20 +0000 (+0100) Subject: os/bluestore: remove unused BitMapAreaList::m_marker_mutex. X-Git-Tag: v12.0.2~240^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0e12241aa878965c14300a3c5ef14be13f4e2cac;p=ceph.git os/bluestore: remove unused BitMapAreaList::m_marker_mutex. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/os/bluestore/BitAllocator.h b/src/os/bluestore/BitAllocator.h index 86b9d0671973..787ef6900d2d 100644 --- a/src/os/bluestore/BitAllocator.h +++ b/src/os/bluestore/BitAllocator.h @@ -255,7 +255,6 @@ class BitMapAreaList { private: BitMapArea **m_items; int64_t m_num_items; - std::mutex m_marker_mutex; public: BitMapArea *get_nth_item(int64_t idx) {