summaryrefslogtreecommitdiffstats
path: root/super-intel.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2008-09-18 16:06:41 +1000
committerNeilBrown <neilb@suse.de>2008-09-18 16:06:41 +1000
commit9362c1c80c4464fb66e3cc9eb8ba7631f21810d7 (patch)
tree795cd9ce0c0c7c6c787c11844e062c32c8a23c66 /super-intel.c
parentffcfc735a5114290cb6b3063c8a5fddddc384a36 (diff)
downloadmdadm-9362c1c80c4464fb66e3cc9eb8ba7631f21810d7.tar.gz
mdadm-9362c1c80c4464fb66e3cc9eb8ba7631f21810d7.tar.xz
mdadm-9362c1c80c4464fb66e3cc9eb8ba7631f21810d7.zip
Allow metadata handler to report that it doesn't record homehost.
For now, this means that the lack of a homehost doesn't always prevent assembly. Soon we will allow assembly anyway, but have different messages if homehost isn't supported.
Diffstat (limited to 'super-intel.c')
-rw-r--r--super-intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/super-intel.c b/super-intel.c
index ff86e09..f632bcf 100644
--- a/super-intel.c
+++ b/super-intel.c
@@ -578,7 +578,7 @@ static int match_home_imsm(struct supertype *st, char *homehost)
{
printf("%s\n", __FUNCTION__);
- return 0;
+ return -1;
}
static void uuid_from_super_imsm(struct supertype *st, int uuid[4])