We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f3e52 commit 15875cfCopy full SHA for 15875cf
src/os/bluestore/BlueStore.cc
@@ -1328,7 +1328,6 @@ struct TwoQBufferCacheShard : public BlueStore::BufferCacheShard {
1328
dout(20) << __func__ << " level " << level << " near " << near
1329
<< " on " << *b
1330
<< " which has cache_private " << b->cache_private << dendl;
1331
- ceph_assert(ceph_mutex_is_locked(cache)); // see _txc_finish_io
1332
ceph_assert(b->is_clean() || b->is_empty());
1333
if (near) {
1334
b->cache_private = near->cache_private;
0 commit comments