]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd,src/test: remove unused parameters and fix decrementing reference
authormyoungwon oh <ohmyoungwon@gmail.com>
Wed, 17 Jun 2020 11:01:39 +0000 (20:01 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Thu, 18 Jun 2020 09:36:00 +0000 (18:36 +0900)
commit472317ed836812c8fd4b3255c30bc4a22a0eb86b
tree9cb800b7fb0ff9ce78486f2a1227e7ec6990268f
parent28cbad473d2a54f57c3f839c4ce3cbec8bfb45c9
osd,src/test: remove unused parameters and fix decrementing reference

1. Remove unused paramters and make refcount_manifest() simple
2. Fix using object_ref_delta_t when decremening the reference
   and add a test case that cover the error case

Signed-off-by: Myoungwon Oh <ohmyoungwon@gmail.com>
src/osd/PrimaryLogPG.cc
src/osd/PrimaryLogPG.h
src/test/librados/tier_cxx.cc