From 41a3b72a9ce75070eb614c42de6704fa61bb6086 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 26 May 2006 07:12:48 +0000 Subject: Release 2.5 Signed-off-by: Neil Brown --- super1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'super1.c') diff --git a/super1.c b/super1.c index 9f07ddc..8f648f6 100644 --- a/super1.c +++ b/super1.c @@ -712,7 +712,7 @@ static int store_super1(struct supertype *st, int fd, void *sbv) if (sb->feature_map & __cpu_to_le32(MD_FEATURE_BITMAP_OFFSET)) { struct bitmap_super_s *bm = (struct bitmap_super_s*) - ((char*)sb)+1024; + (((char*)sb)+1024); if (__le32_to_cpu(bm->magic) == BITMAP_MAGIC) { locate_bitmap1(st, fd, sbv); write(fd, bm, sizeof(*bm)); -- cgit