Whamcloud - gitweb
LU-2919 hsm: Implementation of exclusive open
[fs/lustre-release.git] / contrib / bit-masks / lustre_dlm_flags.def
index 6c2e2b9..0f59691 100644 (file)
@@ -329,3 +329,9 @@ flag[54] = {
     f-mask  = local_only;
     f-desc  = 'Flag whether this is a server namespace lock.';
 };
+
+flag[55] = {
+    f-name  = excl;
+    f-mask  = local_only;
+    f-desc  = 'Flag whether this lock can be reused. Used by exclusive open.';
+};