]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - bitmap.h
Makefile: test -s flag and suppress echo when set.
[thirdparty/mdadm.git] / bitmap.h
index c8725a30eb338602ea37e56fe1a2dc6a4c731a07..adbf0b4b48bc097ee3df7e3eb6de02715e995e19 100644 (file)
--- a/bitmap.h
+++ b/bitmap.h
@@ -154,8 +154,11 @@ typedef struct bitmap_super_s {
        __u32 chunksize;    /* 52  the bitmap chunk size in bytes */
        __u32 daemon_sleep; /* 56  seconds between disk flushes */
        __u32 write_behind; /* 60  number of outstanding write-behind writes */
-
-       __u8  pad[256 - 64]; /* set to zero */
+       __u32 sectors_reserved; /* 64 number of 512-byte sectors that are
+                                * reserved for the bitmap. */
+       __u32 nodes;        /* 68 the maximum number of nodes in cluster. */
+       __u8 cluster_name[64]; /* 72 cluster name to which this md belongs */
+       __u8  pad[256 - 136]; /* set to zero */
 } bitmap_super_t;
 
 /* notes: