diff options
author | Luca Berra <bluca@comedia.it> | 2010-01-30 10:56:11 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-01-31 23:12:31 +0100 |
commit | c3e1a50fcb535f133cfd50302c20af4b52328b65 (patch) | |
tree | 9cb4cbb315910882f5ef20642c6018b135ba5306 /ReadMe.c | |
parent | Kill: fix when zeroing busy devices. (diff) | |
download | mdadm-c3e1a50fcb535f133cfd50302c20af4b52328b65.tar.xz mdadm-c3e1a50fcb535f133cfd50302c20af4b52328b65.zip |
mdadm-3.1.1 segfaults when mdadm -G -Z is used.
Signed-off-by: Luca Berra <bluca@vodka.it>
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r-- | ReadMe.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -86,11 +86,11 @@ char Version[] = Name " - v3.1.1 - 19th November 2009\n"; * At the time if writing, there is only minimal support. */ -char short_options[]="-ABCDEFGIQhVXWZvqbc:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:"; +char short_options[]="-ABCDEFGIQhVXWZ:vqbc:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:"; char short_bitmap_options[]= - "-ABCDEFGIQhVXWZvqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:"; + "-ABCDEFGIQhVXWZ:vqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sarfRSow1tye:"; char short_bitmap_auto_options[]= - "-ABCDEFGIQhVXWZvqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sa:rfRSow1tye:"; + "-ABCDEFGIQhVXWZ:vqb:c:i:l:p:m:n:x:u:c:d:z:U:N:sa:rfRSow1tye:"; struct option long_options[] = { {"manage", 0, 0, '@'}, |