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)
commit656edac6784181fccdab97cc8a59127ea6b08910
tree4920c464aba555430904d4b93936a72a391016c7
parentd08f161a10006491d5835702bff2a12c91fb0cdd
parent5bc1d1b4a261a865cbde65b1561748df5b9c724b
Merge branch 'sctp'

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>