]> Pileus Git - ~andy/linux/blobdiff - fs/ext4/ext4_sb.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[~andy/linux] / fs / ext4 / ext4_sb.h
index 4de9a75ca6af1cb11d7d307333cad2864b10d8d5..6300226d55313d168fed238287744142204e2456 100644 (file)
@@ -143,6 +143,9 @@ struct ext4_sb_info {
 
        /* locality groups */
        struct ext4_locality_group *s_locality_groups;
+
+       unsigned int s_log_groups_per_flex;
+       struct flex_groups *s_flex_groups;
 };
 
 #endif /* _EXT4_SB */