diff options
author | Neil Brown <neilb@suse.de> | 2006-03-29 02:57:48 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-03-29 02:57:48 +0000 |
commit | 7ef02d01432952ee677beca7b0f90b653b3d336b (patch) | |
tree | a3288a38053ede6c2a24051f53cb115f3a1813cb /mdadm.h | |
parent | 2ae555c3d97336365063b5f6937646818667c482 (diff) | |
download | mdadm-7ef02d01432952ee677beca7b0f90b653b3d336b.tar.gz mdadm-7ef02d01432952ee677beca7b0f90b653b3d336b.tar.xz mdadm-7ef02d01432952ee677beca7b0f90b653b3d336b.zip |
Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent bitmaps in separate files.
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'mdadm.h')
-rw-r--r-- | mdadm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |