]> 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)
commit2f933b9b97c6e166bed77d2431c9e25de9386e15
tree4920c464aba555430904d4b93936a72a391016c7
parentaaf7457c5b40b67023d3ed8a3ccb7cf99d78a054
parente98849ba8605ebaacc3a59462558e2048e0232a1
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>