The patch titled lib-add-idr_replace-tidy has been removed from the -mm tree. Its filename is lib-add-idr_replace-tidy.patch This patch was dropped because it was folded into lib-add-idr_replace.patch ------------------------------------------------------ Subject: lib-add-idr_replace-tidy From: Andrew Morton <akpm@xxxxxxxx> Unneeded cast... Cc: Jeff Mahoney <jeffm@xxxxxxxx> Cc: Alasdair G Kergon <agk@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- lib/idr.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN lib/idr.c~lib-add-idr_replace-tidy lib/idr.c --- devel/lib/idr.c~lib-add-idr_replace-tidy 2006-05-25 15:15:20.000000000 -0700 +++ devel-akpm/lib/idr.c 2006-05-25 15:15:20.000000000 -0700 @@ -429,7 +429,7 @@ void *idr_replace(struct idr *idp, void old_p = p->ary[n]; p->ary[n] = ptr; - return (void *)old_p; + return old_p; } EXPORT_SYMBOL(idr_replace); _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch hangcheck-remove-monotomic_clock-on-x86.patch savagefb-add-state-save-and_restore-hooks.patch au1100fb-add-power-management-support.patch imacfb-add-intel-based-macintosh-framebuffer-support.patch vt-binding-add-sysfs-control-to-the-vt-layer.patch lib-add-idr_replace.patch lib-add-idr_replace-tidy.patch genirq-rename-desc-handler-to-desc-chip-power-fix.patch genirq-rename-desc-handler-to-desc-chip-ia64-fix.patch genirq-rename-desc-handler-to-desc-chip-ia64-fix-2.patch genirq-rename-desc-handler-to-desc-chip-terminate_irqs-fix.patch genirq-ia64-build-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