The patch titled Subject: remove-abs64-fix-fix-fix has been removed from the -mm tree. Its filename was remove-abs64-fix-fix-fix.patch This patch was dropped because it was folded into remove-abs64.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: remove-abs64-fix-fix-fix Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ext4/mballoc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN fs/ext4/mballoc.c~remove-abs64-fix-fix-fix fs/ext4/mballoc.c --- a/fs/ext4/mballoc.c~remove-abs64-fix-fix-fix +++ a/fs/ext4/mballoc.c @@ -3333,8 +3333,8 @@ ext4_mb_check_group_pa(ext4_fsblk_t goal atomic_inc(&pa->pa_count); return pa; } - cur_distance = abs64(goal_block - cpa->pa_pstart); - new_distance = abs64(goal_block - pa->pa_pstart); + cur_distance = abs(goal_block - cpa->pa_pstart); + new_distance = abs(goal_block - pa->pa_pstart); if (cur_distance <= new_distance) return cpa; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are remove-abs64.patch remove-abs64-fix-fix-fix-fix.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