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)
commit8815cbd9e38a7a02bfb79854aa7d33f1e1e50305
treedb9bb3b7d7cd27ccf767d9a0002948a7f72d77cb
parent6028323b52e06377638b3509afffb9d86bf4bdf7
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