Whamcloud - gitweb
LU-911 obdclass: new context tags for future use
[fs/lustre-release.git] / lustre / obdclass / md_local_object.c
index 1d459a7..5b4f349 100644 (file)
@@ -91,7 +91,7 @@ LU_KEY_INIT(llod_global, struct llo_thread_info);
 LU_KEY_FINI(llod_global, struct llo_thread_info);
 
 static struct lu_context_key llod_key = {
-        .lct_tags = LCT_MD_THREAD | LCT_DT_THREAD,
+        .lct_tags = LCT_MD_THREAD,
         .lct_init = llod_global_key_init,
         .lct_fini = llod_global_key_fini
 };