]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/NewStore: fix the append of the later overlays when doing combination
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Wed, 29 Apr 2015 06:10:51 +0000 (14:10 +0800)
committerSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 17:39:41 +0000 (13:39 -0400)
commitcdc652ebbefb927ac338afbfee16f13044bffa18
tree6bde2ffefd657f75e6a0c6c08ad9a82059f212cd
parent36ed3dd20ad2e7922a2ec300036601ba03841d3f
os/NewStore: fix the append of the later overlays when doing combination

The data of the later contiguous overlays should be claim_append to
'op->data', instead of 'bl'.

Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/os/newstore/NewStore.cc