The patch titled S390: Spinlock initializer cleanup has been removed from the -mm tree. Its filename was s390-spinlock-initializer-cleanup.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: S390: Spinlock initializer cleanup From: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/s390/net/netiucv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/s390/net/netiucv.c~s390-spinlock-initializer-cleanup drivers/s390/net/netiucv.c --- a/drivers/s390/net/netiucv.c~s390-spinlock-initializer-cleanup +++ a/drivers/s390/net/netiucv.c @@ -212,7 +212,7 @@ struct iucv_connection { */ static struct list_head iucv_connection_list = LIST_HEAD_INIT(iucv_connection_list); -static rwlock_t iucv_connection_rwlock = RW_LOCK_UNLOCKED; +DEFINE_RWLOCK(iucv_connection_rwlock); /** * Representation of event-data for the _ Patches currently in -mm which might be from tglx@xxxxxxxxxxxxx are origin.patch git-acpi-add-exports.patch git-arm.patch i386-hpet-check-if-the-counter-works.patch remove-clockevents_releaserequest_device.patch add-a-flag-to-indicate-deferrable-timers-in-proc-timer_stats.patch improve-behaviour-of-spurious-irq-detect.patch improve-behaviour-of-spurious-irq-detect-fix.patch lguest-the-host-code.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