Whamcloud - gitweb
Revert "b=19427 correct lmm_object_id and reserve fids for fid-on-OST."
[fs/lustre-release.git] / lustre / obdclass / obd_config.c
index c4f3c2d..00e672f 100644 (file)
@@ -278,7 +278,7 @@ int class_attach(struct lustre_cfg *lcfg)
         CFS_INIT_LIST_HEAD(&obd->obd_final_req_queue);
         CFS_INIT_LIST_HEAD(&obd->obd_evict_list);
 
-        llog_group_init(&obd->obd_olg, FID_SEQ_LLOG);
+        llog_group_init(&obd->obd_olg, FILTER_GROUP_LLOG);
 
         len = strlen(uuid);
         if (len >= sizeof(obd->obd_uuid)) {