seqlock: Get rid of SEQLOCK_UNLOCKED
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 24 May 2011 12:08:08 +0000 (14:08 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 24 May 2011 13:22:17 +0000 (15:22 +0200)
All static seqlock should be initialized with the lockdep friendly
__SEQLOCK_UNLOCKED() macro.

Remove legacy SEQLOCK_UNLOCKED() macro.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Cc: David Miller <davem@davemloft.net>
Link: http://lkml.kernel.org/r/%3C1306238888.3026.31.camel%40edumazet-laptop%3E
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found