The patch titled Subject: fs/affs/bitmap.c: remove unnecessary return has been removed from the -mm tree. Its filename was fs-affs-bitmapc-remove-unnecessary-return.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Fabian Frederick <fabf@xxxxxxxxx> Subject: fs/affs/bitmap.c: remove unnecessary return return is not needed at the end of function. Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/affs/bitmap.c | 1 - 1 file changed, 1 deletion(-) diff -puN fs/affs/bitmap.c~fs-affs-bitmapc-remove-unnecessary-return fs/affs/bitmap.c --- a/fs/affs/bitmap.c~fs-affs-bitmapc-remove-unnecessary-return +++ a/fs/affs/bitmap.c @@ -99,7 +99,6 @@ err_bh_read: err_range: affs_error(sb, "affs_free_block","Block %u outside partition", block); - return; } /* _ Patches currently in -mm which might be from fabf@xxxxxxxxx are origin.patch fs-ext4-fsyncc-generic_file_fsync-call-based-on-barrier-flag.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