diff options
author | NeilBrown <neilb@suse.de> | 2008-09-18 07:04:47 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2008-09-18 07:04:47 +0200 |
commit | 0e6004268370082b3af89e73c356f4ada5ca31c2 (patch) | |
tree | 4978df58685357fbddf55594a21315e5953aa342 /Create.c | |
parent | Disable compilation with diet-libc (diff) | |
download | mdadm-0e6004268370082b3af89e73c356f4ada5ca31c2.tar.xz mdadm-0e6004268370082b3af89e73c356f4ada5ca31c2.zip |
Compile fixes, particularly moving more stuff under MDASSEMBLE
Now 'make everything' works again.
Diffstat (limited to 'Create.c')
-rw-r--r-- | Create.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ int Create(struct supertype *st, char *mddev, int mdfd, int rv; int bitmap_fd; int have_container = 0; - int container_fd; + int container_fd = -1; int need_mdmon = 0; unsigned long long bitmapsize; struct mdinfo *sra; |