From 6409687b554687b89700e7a907dc3fcbcf5171a2 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 28 Mar 2006 23:22:58 +0000 Subject: Kill old superblocks on create. Make sure old-version superblocks are not around to confuse anything when a new array is created. Signed-off-by: Neil Brown --- mdadm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdadm.h') diff --git a/mdadm.h b/mdadm.h index a9ae698..b16c75a 100644 --- a/mdadm.h +++ b/mdadm.h @@ -346,7 +346,7 @@ extern int Monitor(mddev_dev_t devlist, int period, int daemonise, int scan, int oneshot, int dosyslog, char *config, int test, char *pidfile); -extern int Kill(char *dev, int force); +extern int Kill(char *dev, int force, int quiet); extern int CreateBitmap(char *filename, int force, char uuid[16], unsigned long chunksize, unsigned long daemon_sleep, -- cgit