Merge branch 'socket-space-optimizations'
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2016 03:08:41 +0000 (23:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2016 03:08:41 +0000 (23:08 -0400)
Eric Dumazet says:

====================
net: avoid some atomic ops when FASYNC is not used

We can avoid some atomic operations on sockets not using FASYNC
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge