]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Define/reserve new ext4 superblock fields
authorTheodore Ts'o <tytso@mit.edu>
Thu, 31 May 2007 16:43:28 +0000 (12:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 31 May 2007 20:20:15 +0000 (16:20 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
include/linux/ext4_fs.h

index 14886847a04cc55b74a4e31baee198ead09b2c9c..de1f9f78625a3279bf5ddb580d57cc1003eef152 100644 (file)
@@ -513,7 +513,14 @@ struct ext4_super_block {
 /*150*/        __le32  s_blocks_count_hi;      /* Blocks count */
        __le32  s_r_blocks_count_hi;    /* Reserved blocks count */
        __le32  s_free_blocks_count_hi; /* Free blocks count */
-       __u32   s_reserved[169];        /* Padding to the end of the block */
+       __u16   s_min_extra_isize;      /* All inodes have at least # bytes */
+       __u16   s_want_extra_isize;     /* New inodes should reserve # bytes */
+       __u32   s_flags;                /* Miscellaneous flags */
+       __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_raid_stripe_width;    /* blocks on all data disks (N*stride)*/
+       __u32   s_reserved[163];        /* Padding to the end of the block */
 };
 
 #ifdef __KERNEL__