Whamcloud - gitweb
LU-8066 obdclass : Add infrastructure for procfs to sysfs migration
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index d148259..f226c5a 100644 (file)
@@ -1283,7 +1283,7 @@ static int lmv_setup(struct obd_device *obd, struct lustre_cfg *lcfg)
 
 #ifdef CONFIG_PROC_FS
        obd->obd_vars = lprocfs_lmv_obd_vars;
-       lprocfs_obd_setup(obd);
+       lprocfs_obd_setup(obd, true);
        lprocfs_alloc_md_stats(obd, 0);
        rc = lprocfs_seq_create(obd->obd_proc_entry, "target_obd",
                                0444, &lmv_proc_target_fops, obd);