Whamcloud - gitweb
LU-5275 obdclass: Remove non seq file proc routines
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index 2b3c715..1e64990 100644 (file)
@@ -1459,7 +1459,7 @@ static int lmv_setup(struct obd_device *obd, struct lustre_cfg *lcfg)
 
 #ifdef LPROCFS
        obd->obd_vars = lprocfs_lmv_obd_vars;
-       lprocfs_seq_obd_setup(obd);
+       lprocfs_obd_setup(obd);
        lprocfs_alloc_md_stats(obd, 0);
        rc = lprocfs_seq_create(obd->obd_proc_entry, "target_obd",
                                0444, &lmv_proc_target_fops, obd);