Merge branch 'sctp'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Jan 2014 02:41:46 +0000 (18:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Jan 2014 02:41:46 +0000 (18:41 -0800)
Wang Weidong says:

====================
sctp: remove some macro locking wrappers

In sctp.h we can find some macro locking wrappers. As Neil point out that:

"Its because in the origional implementation of the sctp protocol, there was a
user space test harness which built the kernel module for userspace execution to
cary our some unit testing on the code.  It did so by redefining some of those
locking macros to user space friendly code.  IIRC we haven't use those unit
tests in years, and so should be removing them, not adding them to other
locations."

So I remove them.
====================

Acked-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge