]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit264a2bc9a9b07e298ddb5663b6d3f62a9b0cf1b7
treedb9bb3b7d7cd27ccf767d9a0002948a7f72d77cb
parent02d7c0d42d5f611e8060f1f45531d232fef05791
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