]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: inc_refcount_by_set() refactor
authormyoungwon oh <ohmyoungwon@gmail.com>
Fri, 12 Mar 2021 16:07:50 +0000 (01:07 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Mon, 29 Mar 2021 08:23:11 +0000 (17:23 +0900)
commit0005a8266f4c4ec876f58e15a40d99ca95aec0cf
tree1bcdc60cca9a2fba3e31ef874156acfca4ed40ff
parentb7d4ccfbfe5b3ff1e7f4dbd159b62bf913f9120f
osd: inc_refcount_by_set() refactor

current inc_refcount_by_set only supports a case
where a single entry is updated via SET_CHUNK.
This commit will make existing inc_refcount_by_set to handle
multiple entries.

Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
src/osd/PrimaryLogPG.cc
src/osd/PrimaryLogPG.h