From 58afd42b4d00e677c0f1b1489caccafe0ca6852a Mon Sep 17 00:00:00 2001
From: alex <alex>
Date: Sat, 7 May 2005 19:21:32 +0000
Subject: [PATCH] - minor fix

---
 lustre/include/linux/lustre_dlm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/include/linux/lustre_dlm.h b/lustre/include/linux/lustre_dlm.h
index a54ad3e6d0..e55f56b8d3 100644
--- a/lustre/include/linux/lustre_dlm.h
+++ b/lustre/include/linux/lustre_dlm.h
@@ -263,7 +263,7 @@ struct ldlm_lock {
 #define LDLM_IBITS       13
 
 #define LDLM_MIN_TYPE 10
-#define LDLM_MAX_TYPE 13
+#define LDLM_MAX_TYPE 14
 
 struct ldlm_resource {
         struct ldlm_namespace *lr_namespace;
-- 
GitLab