locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 16 Nov 2009 18:57:50 +0000 (19:57 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 24 Nov 2009 13:41:13 +0000 (14:41 +0100)
commita49ed0bf427a8328a3296eebedc7697fe5098dbf
treeb2add5cbe839899d58b2a43126e59b80801157ed
parentc9286b7e293a1ea054e857ff3f5a23d0ad8d4f36
locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()

SPIN_LOCK_UNLOCKED and RW_LOCK_UNLOCKED are deprecated. Replace them
with the __*_LOCK_UNLOCKED variants.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/spinlock.h