Whamcloud - gitweb
b=22190 Apply 19195 patch to add tls data for recovery thread.
[fs/lustre-release.git] / lustre / ldlm / ldlm_lib.c
index 50795ce..a19f2f3 100644 (file)
@@ -1721,6 +1721,7 @@ static int target_recovery_thread(void *arg)
         thread->t_env = &env;
         thread->t_id = -1; /* force filter_iobuf_get/put to use local buffers */
         env.le_ctx.lc_thread = thread;
+        thread->t_data = NULL;
 
         CERROR("%s: started recovery thread pid %d\n", obd->obd_name,
                cfs_curproc_pid());