X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flmv%2Flmv_obd.c;h=2a0746de8ffdd3382520eed7835d5c9222e06535;hp=540f47965d13696dc93d613ced77864db216b609;hb=b1e595c09e1b07a6840142b3ae015b8a5a8affeb;hpb=2a9b544ac8a1008b73c5ff5c717c47cc206a5ca0;ds=sidebyside diff --git a/lustre/lmv/lmv_obd.c b/lustre/lmv/lmv_obd.c index 540f479..2a0746d 100644 --- a/lustre/lmv/lmv_obd.c +++ b/lustre/lmv/lmv_obd.c @@ -234,9 +234,9 @@ static int lmv_connect(const struct lu_env *env, lmv->conn_data = *data; if (lmv->targets_proc_entry == NULL) { - lmv->targets_proc_entry = lprocfs_register("target_obds", - obd->obd_proc_entry, - NULL, NULL); + lmv->targets_proc_entry = lprocfs_seq_register("target_obds", + obd->obd_proc_entry, + NULL, NULL); if (IS_ERR(lmv->targets_proc_entry)) { CERROR("%s: cannot register " "/proc/fs/lustre/%s/%s/target_obds\n",