Whamcloud - gitweb
LU-2282 obdclass: Slightly increase the size of lu_keys[]
[fs/lustre-release.git] / lustre / obdclass / lu_object.c
index 1f9eb53..74c1cc9 100644 (file)
@@ -1264,7 +1264,7 @@ enum {
         /**
          * Maximal number of tld slots.
          */
-        LU_CONTEXT_KEY_NR = 32
+        LU_CONTEXT_KEY_NR = 40
 };
 
 static struct lu_context_key *lu_keys[LU_CONTEXT_KEY_NR] = { NULL, };