From: Samuel Just Date: Mon, 18 Mar 2013 20:32:05 +0000 (-0700) Subject: PG: clarify PG::deleting comment X-Git-Tag: v0.62~191^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb8dd0d404059bce986b23f2de3fa352f31a4fb5;p=ceph.git PG: clarify PG::deleting comment Signed-off-by: Samuel Just --- diff --git a/src/osd/PG.h b/src/osd/PG.h index 658eb2d0ac9..b24c74f8bf5 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() {