commit | 8815cbd9e38a7a02bfb79854aa7d33f1e1e50305 | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Sun Feb 09 00:23:38 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 12 19:26:32 2014 -0500 |
tree | db9bb3b7d7cd27ccf767d9a0002948a7f72d77cb | |
parent | 6028323b52e06377638b3509afffb9d86bf4bdf7 [diff] |
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>