]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: new block guard helper to prevent concurrent IO to blocks
authorJason Dillaman <dillaman@redhat.com>
Thu, 8 Dec 2016 03:38:47 +0000 (22:38 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 13 Dec 2016 21:57:59 +0000 (16:57 -0500)
commitb1d624b43ec159d4a07616e86557ea48f089b7a1
tree529f127c5fb864b5393961e4905b5e6fcac937e0
parentea7b30a4fb105e052603c55ac2dc2aca11e66545
librbd: new block guard helper to prevent concurrent IO to blocks

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/BlockGuard.h [new file with mode: 0644]
src/test/librbd/CMakeLists.txt
src/test/librbd/test_BlockGuard.cc [new file with mode: 0644]