Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
+2007-05-31 Theodore Tso <tytso@mit.edu>
+
+ * ext2_fs.h: Reserve superblock field for the raid stripe width.
+
2007-05-31 Kalpak Shah <kalpak@clusterfs.com>
* ext2_fs.h: Reserve superblock fields and INCOMPAT feature flag
__u16 s_raid_stride; /* RAID stride */
__u16 s_mmp_interval; /* # seconds to wait in MMP checking */
__u64 s_mmp_block; /* Block for multi-mount protection */
- __u32 s_reserved[164]; /* Padding to the end of the block */
+ __u32 s_raid_stripe_width; /* blocks on all data disks (N*stride)*/
+ __u32 s_reserved[163]; /* Padding to the end of the block */
};
/*