]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: cleanup Notify::send_completion()
authorKefu Chai <kchai@redhat.com>
Sun, 7 Mar 2021 13:32:28 +0000 (21:32 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 7 Mar 2021 13:51:58 +0000 (21:51 +0800)
commit28a3b85ff324f0b7f13609f6666f70a0e22175eb
treec1ac387cbd3baa23fc38ac4b6dcfe615eaebf3c5
parent8f6be7ddac7abdb61b669e89621a2942a13022c0
crimson/osd: cleanup Notify::send_completion()

Notify::send_completion() should just send the completion message. so,
move irrelevant code out of Notify::send_completion().

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/watch.cc