Whamcloud - gitweb
LU-499 grant/cancel_rate are static when OST is idle
[fs/lustre-release.git] / lustre / include / lustre_dlm.h
index 1b04e4c..2620293 100644 (file)
@@ -520,6 +520,8 @@ struct ldlm_namespace {
          * ldlm lock stats
          */
         struct lprocfs_stats  *ns_stats;
+
+        unsigned               ns_stopping:1;   /* namespace cleanup */
 };
 
 static inline int ns_is_client(struct ldlm_namespace *ns)