Whamcloud - gitweb
Update b_eq from HEAD (20040212_0003). (b_smallfix mostly)
authoradilger <adilger>
Thu, 12 Feb 2004 08:54:21 +0000 (08:54 +0000)
committeradilger <adilger>
Thu, 12 Feb 2004 08:54:21 +0000 (08:54 +0000)
lustre/lov/lproc_lov.c

index d65c682..2a322e6 100644 (file)
@@ -147,7 +147,7 @@ static int lov_tgt_seq_show(struct seq_file *p, void *v)
         struct obd_device *dev = p->private;
         struct lov_obd *lov = &dev->u.lov;
         int idx = tgt - &(lov->tgts[0]);
-        return seq_printf(p, "%d: %s %sACTIVE\n", idx+1, tgt->uuid.uuid,
+        return seq_printf(p, "%d: %s %sACTIVE\n", idx, tgt->uuid.uuid,
                           tgt->active ? "" : "IN");
 }