X25 fix dead unaccepted sockets
authorandrew hendry <andrew.hendry@gmail.com>
Sat, 17 Apr 2010 14:17:32 +0000 (14:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Apr 2010 23:31:50 +0000 (16:31 -0700)
1, An X25 program binds and listens
2, calls arrive waiting to be accepted
3, Program exits without accepting
4, Sockets time out but don't get correctly cleaned up
5, cat /proc/net/x25/socket shows the dead sockets with bad inode fields.

This line borrowed from AX25 sets the dying socket so the timers clean up later.

Signed-off-by: Andrew Hendry <andrew.hendry@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found