]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PG: clarify PG::deleting comment
authorSamuel Just <sam.just@inktank.com>
Mon, 18 Mar 2013 20:32:05 +0000 (13:32 -0700)
committerSamuel Just <sam.just@inktank.com>
Fri, 22 Mar 2013 01:37:34 +0000 (18:37 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/PG.h

index 658eb2d0ac932b9e3696235f65e0075f1ec3652c..b24c74f8bf590cbf3c498c5105d2ae442437349d 100644 (file)
@@ -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() {