From: Samuel Just Date: Mon, 21 May 2012 22:15:15 +0000 (-0700) Subject: OSD: map_cache should contain const OSDMap X-Git-Tag: v0.50~109^2~2^2~40 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=040a22b692eb8a547de75250ba44b4cdc4d27fee;p=ceph.git OSD: map_cache should contain const OSDMap Signed-off-by: Samuel Just --- diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 6cc66c282f25..ff45cdd69fe3 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -274,7 +274,7 @@ public: // osd map cache (past osd maps) Mutex map_cache_lock; - SharedLRU map_cache; + SharedLRU map_cache; SimpleLRU map_bl_cache; SimpleLRU map_bl_inc_cache;