]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit974ba896ccd8795b723db4643c838db65ac8c55c
tree4920c464aba555430904d4b93936a72a391016c7
parente731bfe729dc93491301cc39155007cd98f1a269
parent6350290b0e47a910d032ec64249c906da14662a7
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>