]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd: do not splice osd_op indata
authorXuehan Xu <xxhdx1985126@gmail.com>
Tue, 29 Dec 2020 04:06:43 +0000 (12:06 +0800)
committerXuehan Xu <xxhdx1985126@gmail.com>
Tue, 29 Dec 2020 04:06:43 +0000 (12:06 +0800)
commit282a518bbf5a9e0096cae07e5d66d342fc067e51
tree298e43c21c683e85c0a31408f1ba9b44a5600b05
parent850d2fcac297647fc117d7c1048ea52ce6276ac0
crimson/osd: do not splice osd_op indata

As each osd_op's indata holds only its own data, there's no need to drop their it.
On the other hand, indata is still needed when osd_op needs to be redone in case of
acting set change.

Signed-off-by: Xuehan Xu <xxhdx1985126@gmail.com>
src/crimson/osd/pg_backend.cc