]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore/BlueStore: remove the duplicated code. 9530/head
authorJianpeng Ma <jianpeng.ma@intel.com>
Mon, 6 Jun 2016 13:28:47 +0000 (21:28 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Tue, 7 Jun 2016 07:17:49 +0000 (15:17 +0800)
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/os/bluestore/BlueStore.cc

index 5de476dd32b674ff70230e5430020a5970dbce8b..56176d59baf0528eb641ad99df65f524589e3db8 100644 (file)
@@ -5978,7 +5978,6 @@ int BlueStore::_do_write(
   }
 
   _wctx_finish(txc, c, o, &wctx);
-  txc->write_onode(o);
 
   if (end > o->onode.size) {
     dout(20) << __func__ << " extending size to 0x" << std::hex << end