]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: refactor PrimaryLogPG::recover_backfill() a little bit.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 28 Apr 2020 14:45:52 +0000 (16:45 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Mon, 13 Jul 2020 14:23:55 +0000 (16:23 +0200)
commitd97f4c60cdcba09e63ac1d50fd4b946feaa42561
treed0c8c33232a6c42822cb97d5d9fd81638da989a8
parent877dba6a4cb8b5e6488fd3b19cd4fd84e1c310b6
osd: refactor PrimaryLogPG::recover_backfill() a little bit.

This is change is intended to only refactor the code.
The main theme is just declaring the `backfill_pos` closer
to its usage.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/osd/PrimaryLogPG.cc