From fe80f49b6e157e006d63d0319f6d022226e4e197 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 16 Aug 2005 06:45:23 +0000 Subject: Assorted fixes Support "--build"ing arrays with bitmaps. hot-removal of bitmaps --re-add of drives recently removed. assorted extra tests Signed-off-by: Neil Brown --- mdadm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdadm.h') diff --git a/mdadm.h b/mdadm.h index 015d470..547519c 100644 --- a/mdadm.h +++ b/mdadm.h @@ -137,6 +137,7 @@ typedef struct mddev_dev_s { * Not set for names read from .config */ char writemostly; + char re_add; struct mddev_dev_s *next; } *mddev_dev_t; -- cgit