The patch titled Subject: fs: fat: use MSDOS_SB macro to get msdos_sb_info has been removed from the -mm tree. Its filename was fs-fat-use-msdos_sb-macro-to-get-msdos_sb_info.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Fred Chou <fred.chou.nd@xxxxxxxxx> Subject: fs: fat: use MSDOS_SB macro to get msdos_sb_info Use the MSDOS_SB macro to get msdos_sb_info, instead of coding it directly. Signed-off-by: Fred Chou <fred.chou.nd@xxxxxxxxx> Acked-by: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/fat/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/fat/inode.c~fs-fat-use-msdos_sb-macro-to-get-msdos_sb_info fs/fat/inode.c --- a/fs/fat/inode.c~fs-fat-use-msdos_sb-macro-to-get-msdos_sb_info +++ a/fs/fat/inode.c @@ -580,7 +580,7 @@ static void fat_set_state(struct super_b { struct buffer_head *bh; struct fat_boot_sector *b; - struct msdos_sb_info *sbi = sb->s_fs_info; + struct msdos_sb_info *sbi = MSDOS_SB(sb); /* do not change any thing if mounted read only */ if ((sb->s_flags & MS_RDONLY) && !force) _ Patches currently in -mm which might be from fred.chou.nd@xxxxxxxxx are origin.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