]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: do not call commit_{start,finish}
authorSage Weil <sage@redhat.com>
Tue, 6 Dec 2016 17:23:37 +0000 (12:23 -0500)
committerSage Weil <sage@redhat.com>
Thu, 15 Dec 2016 19:20:28 +0000 (14:20 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/os/bluestore/BlueStore.cc

index f268d1f7b1ac5541b3da43435cb975d2f472e1f7..addc5c9bfd310bf60a9e0422d709b788e27e5c8e 100644 (file)
@@ -6624,8 +6624,6 @@ void BlueStore::_kv_sync_thread()
       dout(30) << __func__ << " submitting txc " << kv_submitting << dendl;
       dout(30) << __func__ << " wal_cleaning txc " << wal_cleaning << dendl;
 
-      alloc->commit_start();
-
       // flush/barrier on block device
       bdev->flush();
 
@@ -6730,8 +6728,6 @@ void BlueStore::_kv_sync_thread()
        wal_cleaning.pop_front();
       }
 
-      alloc->commit_finish();
-
       // this is as good a place as any ...
       _reap_collections();