sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant
authorNicholas Mc Guire <hofrat@osadl.org>
Sun, 13 Mar 2016 10:48:24 +0000 (11:48 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Mar 2016 23:20:50 +0000 (19:20 -0400)
commit489ce5f441e4094a3419d7e8e29fd756b7f391d4
tree16d25b7c61cfbe75c973d18bdfe32851fa88a383
parent1cdba550555561201398f6eb81c52d5bc511f1ad
sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant

local_bh_disable() + spin_lock() is equivalent to spin_lock_bh(), same for
the unlock/enable case, so replace the calls by the appropriate wrappers.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/socket.c
This page took 0.024877 seconds and 5 git commands to generate.