summaryrefslogtreecommitdiffstats
path: root/mdadm.c
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-03-29 02:57:48 +0000
committerNeil Brown <neilb@suse.de>2006-03-29 02:57:48 +0000
commit7ef02d01432952ee677beca7b0f90b653b3d336b (patch)
treea3288a38053ede6c2a24051f53cb115f3a1813cb /mdadm.c
parent2ae555c3d97336365063b5f6937646818667c482 (diff)
downloadmdadm-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.c')
-rw-r--r--mdadm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdadm.c b/mdadm.c
index 6a5fac3..05784e1 100644
--- a/mdadm.c
+++ b/mdadm.c
@@ -112,6 +112,7 @@ int main(int argc, char *argv[])
ident.autof = 0;
ident.st = NULL;
ident.bitmap_fd = -1;
+ ident.bitmap_file = NULL;
ident.name[0] = 0;
while ((option_index = -1) ,