ipx: implement shutdown()
authorSabrina Dubroca <sd@queasysnail.net>
Sat, 8 Feb 2014 23:23:38 +0000 (00:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Feb 2014 00:26:32 +0000 (19:26 -0500)
commit494575dd028bcd9e5dda60ff4aab147c7481fee2
treedb9bb3b7d7cd27ccf767d9a0002948a7f72d77cb
parent88fa15be68ff53f0a586b2c484aacf81514e49a0
ipx: implement shutdown()

IPX doesn't implement shutdown, which poses a problem to some users:

https://bugzilla.kernel.org/show_bug.cgi?id=67841

This patch is heavily based on the shutdown implementation for unix
sockets.

Reported-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipx/af_ipx.c