]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
os/bluestore: fix missing assert->ceph_assert replacement.
authorIgor Fedotov <ifedotov@suse.com>
Fri, 26 Oct 2018 10:27:06 +0000 (13:27 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Fri, 26 Oct 2018 10:27:06 +0000 (13:27 +0300)
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
src/os/bluestore/BlueStore.cc

index 9c0f924bc00c8122ba32c380777d2a904184d318..45a0d236acae215181a3ae6780a8df1f38265708 100644 (file)
@@ -9054,7 +9054,7 @@ void BlueStore::_txc_state_proc(TransContext *txc)
       return;
 
     case TransContext::STATE_IO_DONE:
-      assert(ceph_mutex_is_locked(txc->osr->qlock));  // see _txc_finish_io
+      ceph_assert(ceph_mutex_is_locked(txc->osr->qlock));  // see _txc_finish_io
       if (txc->had_ios) {
        ++txc->osr->txc_with_unstable_io;
       }