From f6d75de8e0106a3789ed1a3aada306d197531e47 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 12 Sep 2005 05:24:10 +0000 Subject: Fix remaining problems with hot-add bitmap to version-1 superblock Also some more tests - r5 and r6 bitmaps Signed-off-by: Neil Brown --- super0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'super0.c') diff --git a/super0.c b/super0.c index 916db54..95968d3 100644 --- a/super0.c +++ b/super0.c @@ -701,7 +701,7 @@ static int add_internal_bitmap0(struct supertype *st, void *sbv, int chunk, int } -void locate_bitmap0(struct supertype *st, int fd) +void locate_bitmap0(struct supertype *st, int fd, void *sbv) { unsigned long long dsize; unsigned long size; -- cgit