]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd/pg: skip unnecessary stopping check in PG::handle_rep_op
authorSamuel Just <sjust@redhat.com>
Wed, 24 Jul 2024 04:35:23 +0000 (21:35 -0700)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 4 Sep 2024 09:48:34 +0000 (09:48 +0000)
commitabc6a47fc92e540aee4dfff61a2b77d5ba8d0dc4
treebeffcdcdf3ad79b1415520d7e162f1ff4998f0b5
parent4811263eb81ed944868cf17f87090699023585bf
crimson/osd/pg: skip unnecessary stopping check in PG::handle_rep_op

The interruptible_future context should already ensure that branch
won't be taken.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/osd/pg.cc