]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super1.c
Release 2.5
[thirdparty/mdadm.git] / super1.c
index 9f07ddcc53efcf794368453faf21f6c8940a41e5..8f648f6742efe34a257c2e3e2e02499c5630ed65 100644 (file)
--- 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));