The patch titled SPIN_LOCK_UNLOCKED cleanup in init_task.h has been removed from the -mm tree. Its filename was spin_lock_unlocked-cleanup-in-init_taskh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: SPIN_LOCK_UNLOCKED cleanup in init_task.h From: Milind Arun Choudhary <milindchoudhary@xxxxxxxxx> SPIN_LOCK_UNLOCKED cleanup,use __SPIN_LOCK_UNLOCKED instead Signed-off-by: Milind Arun Choudhary <milindchoudhary@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/init_task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/init_task.h~spin_lock_unlocked-cleanup-in-init_taskh include/linux/init_task.h --- a/include/linux/init_task.h~spin_lock_unlocked-cleanup-in-init_taskh +++ a/include/linux/init_task.h @@ -138,7 +138,7 @@ extern struct group_info init_groups; .journal_info = NULL, \ .cpu_timers = INIT_CPU_TIMERS(tsk.cpu_timers), \ .fs_excl = ATOMIC_INIT(0), \ - .pi_lock = SPIN_LOCK_UNLOCKED, \ + .pi_lock = __SPIN_LOCK_UNLOCKED(tsk.pi_lock), \ INIT_TRACE_IRQFLAGS \ INIT_LOCKDEP \ } _ Patches currently in -mm which might be from milindchoudhary@xxxxxxxxx are origin.patch git-alsa.patch git-ia64.patch spin_lock_unlocked-macro-cleanup-in-arch-ia64.patch nfs-use-__set_current_state.patch round_up-macro-cleanup-in-drivers-parisc.patch round_up-macro-cleanup-in-drivers-pci.patch pcie-remove-spin_lock_unlocked.patch round_up-macro-cleanup-in-arch-sh64-kernel-pci_sh5c.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