Skip to content

Commit 15875cf

Browse files
committed
os/bluestore: remove wrong assert
Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
1 parent 68f3e52 commit 15875cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/os/bluestore/BlueStore.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,6 @@ struct TwoQBufferCacheShard : public BlueStore::BufferCacheShard {
13281328
dout(20) << __func__ << " level " << level << " near " << near
13291329
<< " on " << *b
13301330
<< " which has cache_private " << b->cache_private << dendl;
1331-
ceph_assert(ceph_mutex_is_locked(cache)); // see _txc_finish_io
13321331
ceph_assert(b->is_clean() || b->is_empty());
13331332
if (near) {
13341333
b->cache_private = near->cache_private;

0 commit comments

Comments
 (0)