summaryrefslogtreecommitdiff
path: root/security/capability.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2013-01-13 22:21:51 +0400
committerDavid S. Miller <davem@davemloft.net>2013-01-15 03:10:05 +0400
commitcce894bb824429fd312706c7012acae43e725865 (patch)
treee16ce5d07f76eab02bfdc424f521dd14d50a25e9 /security/capability.c
parent3152ba0f86428cebe8a9f8462d5be0a9aefa6289 (diff)
downloadlinux-cce894bb824429fd312706c7012acae43e725865.tar.xz
tcp: fix a panic on UP machines in reqsk_fastopen_remove
spin_is_locked() on a non !SMP build is kind of useless. BUG_ON(!spin_is_locked(xx)) is guaranteed to crash. Just remove this check in reqsk_fastopen_remove() as the callers do hold the socket lock. Reported-by: Ketan Kulkarni <ketkulka@gmail.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Jerry Chu <hkchu@google.com> Cc: Yuchung Cheng <ycheng@google.com> Cc: Dave Taht <dave.taht@gmail.com> Acked-by: H.K. Jerry Chu <hkchu@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security/capability.c')
0 files changed, 0 insertions, 0 deletions