]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: for osd_op_create, if ob existed don't do t->touch. 5975/head
authorJianpeng Ma <jianpeng.ma@intel.com>
Fri, 18 Sep 2015 06:39:38 +0000 (14:39 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Fri, 18 Sep 2015 06:39:38 +0000 (14:39 +0800)
commit75321943729f1d5dfacb68645e3c5483740d66f8
treec6d823d4b801ce99eb5d83ae8a03be6fe27d5701
parentc37311054d520e295b7d03fc313ff1f943d8db45
osd/ReplicatedPG: for osd_op_create, if ob existed don't do t->touch.

Although if ob existed, t->touch don't meet error. But this cause one
transaction include write journal.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/osd/ReplicatedPG.cc