From d1e02575f579abcb50c967c5126f07a60d4642bc Mon Sep 17 00:00:00 2001 From: Adam Kwolek Date: Tue, 6 Dec 2011 11:44:46 +1100 Subject: FIX: resolve make everything compilation error When mdadm is compiled using e.g. 'everything' option, mdasseble compilation is broken. Change code to enable mdasseble compilation Signed-off-by: Adam Kwolek Signed-off-by: NeilBrown --- mdassemble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdassemble.c') diff --git a/mdassemble.c b/mdassemble.c index 66e480a8..f5bc7464 100644 --- a/mdassemble.c +++ b/mdassemble.c @@ -85,7 +85,7 @@ int main(int argc, char *argv[]) { rv |= Assemble(array_list->st, array_list->devname, array_list, NULL, NULL, 0, readonly, runstop, NULL, NULL, 0, - verbose, force); + verbose, force, 1); } return rv; } -- cgit v1.2.3