]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix improper access to a BitmapFastAllocator::last_pos
authorIgor Fedotov <ifedotov@suse.com>
Thu, 10 May 2018 15:54:36 +0000 (18:54 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Fri, 15 Mar 2019 14:05:03 +0000 (17:05 +0300)
commit55255330f068efa546d11424f9d0b64a375b3407
tree6cc62d2a34fc4ff326a3c02d8b933ea86bd447e4
parentba5c402d762ce5766fcd0f1996461bd1e1024410
os/bluestore: fix improper access to a BitmapFastAllocator::last_pos
from multiple threads.

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 0c69672fce55362a7e6eb8ed6955f163afe85482)
src/os/bluestore/BitmapFastAllocator.cc
src/os/bluestore/BitmapFastAllocator.h
src/os/bluestore/fastbmap_allocator_impl.h
src/test/objectstore/fastbmap_allocator_test.cc