]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSD: convert waiting_for_pg from hash_map to map.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Mon, 14 Feb 2011 21:24:40 +0000 (13:24 -0800)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 18 Feb 2011 23:41:41 +0000 (15:41 -0800)
commiteea1f098ccf37e2de4187297ba1988aaaa3a3dae
treea39591f308b664dc16836a2ee112128ae5ed36a3
parent935eaf3a62807843b5a54e883f91135a9cd7b915
OSD: convert waiting_for_pg from hash_map to map.

This doesn't need to be a hash_map; there will only be an entry
for each PG that gets a message request while it's not active.
Shouldn't be too many PGs that that happens too, right?

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/osd/OSD.h