Whamcloud - gitweb
LU-911 obdclass: new context tags for future use
[fs/lustre-release.git] / lustre / ldlm / ldlm_lib.c
index 3acbdd7..f5300a8 100644 (file)
@@ -1879,7 +1879,7 @@ static int target_recovery_thread(void *arg)
                 RETURN(-ENOMEM);
         }
 
-        rc = lu_context_init(&env->le_ctx, LCT_MD_THREAD);
+        rc = lu_context_init(&env->le_ctx, LCT_MD_THREAD | LCT_DT_THREAD);
         if (rc) {
                 OBD_FREE_PTR(thread);
                 OBD_FREE_PTR(env);