From bec30324b1334d0230c48f8498a7c5d1e061f530 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Sun, 31 Aug 2014 23:01:48 +0200 Subject: [PATCH] osd: MissingLoc::get_all_missing is const Signed-off-by: Loic Dachary --- src/osd/PG.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/PG.h b/src/osd/PG.h index 989190b52b9ab..6265ad4d60229 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -350,7 +350,7 @@ public: return ret; } - const map &get_all_missing() { + const map &get_all_missing() const { return needs_recovery_map; } -- 2.47.3