commit | 0c31835993e622fa9d407807e384c0f9b971d53b | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Mon Mar 05 01:03:48 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Mar 06 15:16:23 2012 -0500 |
tree | 5d5b4f15262f507534fe4ec70cad346e2cc16306 | |
parent | 2fbabfa467ce945deb92bf04c745b4d101fc21ee [diff] |
NFC: Unlink LLCP child sockets from llcp_sock_release The parent socket (the bound one) could be freed before its children, so we should unlink the children without trying to reach it through the parent. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>