]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3f88d01824c9964861b839685b6fb33d62a642c6
tree7dcbce1bceccb31963869b347afbb86dfd11e709
parentfc76571cfd7c15a76b12951f912a8bcccbe1439a
seqlock: Get rid of SEQLOCK_UNLOCKED

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>
arch/ia64/kernel/time.c
arch/x86/kernel/vsyscall_64.c
include/linux/seqlock.h
net/ipv4/inet_connection_sock.c