From eb8dd0d404059bce986b23f2de3fa352f31a4fb5 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 18 Mar 2013 13:32:05 -0700 Subject: [PATCH] PG: clarify PG::deleting comment Signed-off-by: Samuel Just --- 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 658eb2d0ac932..b24c74f8bf590 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -389,7 +389,7 @@ protected: atomic_t ref; public: - bool deleting; // true while RemoveWQ should be chewing on us + bool deleting; // true while in removing or OSD is shutting down void lock(bool no_lockdep = false); void unlock() { -- 2.39.5