aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2013-01-13 18:21:51 +0000
committerDavid S. Miller <[email protected]>2013-01-14 23:10:05 +0000
commitcce894bb824429fd312706c7012acae43e725865 (patch)
treee16ce5d07f76eab02bfdc424f521dd14d50a25e9 /security/selinux/hooks.c
parentMerge tag 'dt-fixes-for-3.8' of git://sources.calxeda.com/kernel/linux (diff)
downloadkernel-cce894bb824429fd312706c7012acae43e725865.tar.gz
kernel-cce894bb824429fd312706c7012acae43e725865.zip
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 <[email protected]> Signed-off-by: Eric Dumazet <[email protected]> Cc: Jerry Chu <[email protected]> Cc: Yuchung Cheng <[email protected]> Cc: Dave Taht <[email protected]> Acked-by: H.K. Jerry Chu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions