]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix to call nullptr when cancel_manifest_ops 39217/head
authormyoungwon oh <ohmyoungwon@gmail.com>
Tue, 2 Feb 2021 06:43:14 +0000 (15:43 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Tue, 2 Feb 2021 06:43:14 +0000 (15:43 +0900)
commit88b364ba441bea02e8c0b64d3ab4fde56d19fe2f
treeac5e13bdcad60130cd81dbe60c0e93fde8614739
parentd20916964984242e513a645bd275fad89777466a
osd: fix to call nullptr when cancel_manifest_ops

Segmentation fault can occur because
cancel_manifest_ops must call callback without checking
nullptr even though ManifestOp can be used with null callback
in start_dedup()

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