Re: [PATCH] sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant

From: David Miller
Date: Wed Mar 16 2016 - 19:21:16 EST


From: Nicholas Mc Guire <hofrat@xxxxxxxxx>
Date: Sun, 13 Mar 2016 11:48:24 +0100

> 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@xxxxxxxxx>

Applied.