From 7ef02d01432952ee677beca7b0f90b653b3d336b Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 29 Mar 2006 02:57:48 +0000 Subject: Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent bitmaps in separate files. 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 b16c75a..74672f7 100644 --- a/mdadm.h +++ b/mdadm.h @@ -147,6 +147,7 @@ typedef struct mddev_ident_s { struct supertype *st; int autof; /* 1 for normal, 2 for partitioned */ char *spare_group; + char *bitmap_file; int bitmap_fd; struct mddev_ident_s *next; -- cgit