From 215bb3f77627d818d5bc3eaca190212d491e1fcf Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 4 Nov 2008 20:50:38 +1100 Subject: Incremental: adjust to the new naming scheme. --incremental now uses exactly the same create_mddev that other code uses. --- Assemble.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Assemble.c') diff --git a/Assemble.c b/Assemble.c index 742bc08..5179df9 100644 --- a/Assemble.c +++ b/Assemble.c @@ -209,7 +209,8 @@ int Assemble(struct supertype *st, char *mddev, } return Incremental_container(&container, ident->container, - verbose, runstop, ident->autof); + verbose, runstop, ident->autof, + LOCAL); } #endif if (devlist == NULL) -- cgit