]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix pg_stats_queue lock protection
authorSage Weil <sage@redhat.com>
Tue, 15 Sep 2015 20:34:34 +0000 (16:34 -0400)
committerSage Weil <sage@redhat.com>
Sat, 14 Nov 2015 03:42:42 +0000 (22:42 -0500)
commit093478afa96bf0c99e2ce4ee98e4ab04bdccc54c
tree6dfcb664b6da6f26bceb23adc03eb708295199b7
parente2756f9ab3c394a98c078c42cb6aa9b085b90181
osd: fix pg_stats_queue lock protection

We are indirectly relying on osd_lock, but that may no longer
work for us in the future.  Use the stats lock instead.

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