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)
SPIN_LOCK_UNLOCKED and RW_LOCK_UNLOCKED are deprecated. Replace them
with the __*_LOCK_UNLOCKED variants.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found