]> 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>
Tue, 12 Jun 2018 11:48:44 +0000 (14:48 +0300)
commit0c69672fce55362a7e6eb8ed6955f163afe85482
tree16fd58fecdccc149ac021dd4fb6026161f8c29ec
parentac2ec80cddc51f1642849c7bf226e9bed116c0d6
os/bluestore: fix improper access to a BitmapFastAllocator::last_pos
from multiple threads.

Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/os/bluestore/BitmapFastAllocator.cc
src/os/bluestore/BitmapFastAllocator.h
src/os/bluestore/fastbmap_allocator_impl.h
src/test/objectstore/fastbmap_allocator_test.cc