Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945ef6a
)
Update b_eq from HEAD (20040212_0003). (b_smallfix mostly)
author
adilger
<adilger>
Thu, 12 Feb 2004 08:54:21 +0000
(08:54 +0000)
committer
adilger
<adilger>
Thu, 12 Feb 2004 08:54:21 +0000
(08:54 +0000)
lustre/lov/lproc_lov.c
patch
|
blob
|
history
diff --git
a/lustre/lov/lproc_lov.c
b/lustre/lov/lproc_lov.c
index
d65c682
..
2a322e6
100644
(file)
--- a/
lustre/lov/lproc_lov.c
+++ b/
lustre/lov/lproc_lov.c
@@
-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");
}