summaryrefslogtreecommitdiffstats
path: root/Detail.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-05-19 07:13:03 +0000
committerNeil Brown <neilb@suse.de>2006-05-19 07:13:03 +0000
commitb6750aa8da57bfc0eb3a3bdc47c289638b1022c8 (patch)
treefadb26de92f6cd4c8ca07064133250b9fb47a32d /Detail.c
parent05697ec1e26eadc2f814d9f84f8c783fff5b98b5 (diff)
downloadmdadm-b6750aa8da57bfc0eb3a3bdc47c289638b1022c8.tar.gz
mdadm-b6750aa8da57bfc0eb3a3bdc47c289638b1022c8.tar.xz
mdadm-b6750aa8da57bfc0eb3a3bdc47c289638b1022c8.zip
Include homehost information in --detail where appropriate.
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'Detail.c')
-rw-r--r--Detail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Detail.c b/Detail.c
index c377f29..832e0d8 100644
--- a/Detail.c
+++ b/Detail.c
@@ -31,7 +31,7 @@
#include "md_p.h"
#include "md_u.h"
-int Detail(char *dev, int brief, int test)
+int Detail(char *dev, int brief, int test, char *homehost)
{
/*
* Print out details for an md array by using
@@ -268,7 +268,7 @@ This is pretty boring
} else if (e && e->percent >= 0)
printf("\n");
if (super && st)
- st->ss->detail_super(super);
+ st->ss->detail_super(super, homehost);
printf(" Number Major Minor RaidDevice State\n");
}