Whamcloud - gitweb
LU-13645 ldlm: extra checks for DOM locks
[fs/lustre-release.git] / lustre / mdt / mdt_internal.h
index e1b12aa..a106e45 100644 (file)
@@ -197,6 +197,7 @@ struct coordinator {
 enum {
        NO_DOM_LOCK_ON_OPEN = 0,
        TRYLOCK_DOM_ON_OPEN = 1,
+       /* not used anymore, left here for compatibility */
        ALWAYS_DOM_LOCK_ON_OPEN = 2,
        NUM_DOM_LOCK_ON_OPEN_MODES
 };