]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: kill broken _process optimization; simplify null pg flow
authorSage Weil <sage@redhat.com>
Thu, 22 Feb 2018 03:10:54 +0000 (21:10 -0600)
committerSage Weil <sage@redhat.com>
Wed, 4 Apr 2018 13:26:56 +0000 (08:26 -0500)
commit0713586300483926f6d22b4290a87da36c6df4fd
treea315db9954cb5dceb0b39de1d008678f01b3e122
parentf9667a9ef3fecb58ff6ea4a33061c14794492bb4
osd: kill broken _process optimization; simplify null pg flow

- drop fast quuee to waiting list optimization: it breaks ordering and is
a useless optimization
- restructure so that we don't drop the lock and revalidate the world if
pg == nullptr

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/OSD.cc