The patch titled fat: Remove fat_clusters_flush() has been removed from the -mm tree. Its filename was fat-remove-fat_clusters_flush.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: fat: Remove fat_clusters_flush() From: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx> This removes unneeded fat_clusters_flush(). Signed-off-by: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/fat/fatent.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/fat/fatent.c~fat-remove-fat_clusters_flush fs/fat/fatent.c --- a/fs/fat/fatent.c~fat-remove-fat_clusters_flush +++ a/fs/fat/fatent.c @@ -585,8 +585,6 @@ error: brelse(bhs[i]); unlock_fat(sbi); - fat_clusters_flush(sb); - return err; } _ Patches currently in -mm which might be from hirofumi@xxxxxxxxxxxxxxxxxx are origin.patch vfs-fix-unconditional-write_super-call-in-file_fsync.patch fat-use-get-put_unaligned_-helpers.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