The patch titled minix v3: fix superblock definition has been added to the -mm tree. Its filename is minix-v3-fix-superblock-definition.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: minix v3: fix superblock definition From: Andries Brouwer <Andries.Brouwer@xxxxxx> Cc: "Cedric Augonnet" <cedric.augonnet@xxxxxxxxx> Cc: "Daniel Aragones" <danarag@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/minix_fs.h | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -puN include/linux/minix_fs.h~minix-v3-fix-superblock-definition include/linux/minix_fs.h --- a/include/linux/minix_fs.h~minix-v3-fix-superblock-definition +++ a/include/linux/minix_fs.h @@ -78,9 +78,8 @@ struct minix_super_block { * V3 minix super-block data on disk */ struct minix3_super_block { - __u16 s_ninodes; + __u32 s_ninodes; __u16 s_nzones; - __u16 s_pad0; __u16 s_imap_blocks; __u16 s_zmap_blocks; __u16 s_firstdatazone; _ Patches currently in -mm which might be from Andries.Brouwer@xxxxxx are minix-v3-fix-superblock-definition.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html