commit | 0360da6db7d6390e7bd2f6c93b01af29bcd36ad5 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sat Sep 17 10:49:11 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Sat Sep 17 10:51:54 2016 +0100 |
tree | 0366bddbebf16022d37346d561c970cca200da77 | |
parent | e6f3afb3fc058e17b407b6f7cac08058b19e641c [diff] |
rxrpc: Purge the to_be_accepted queue on socket release Purge the queue of to_be_accepted calls on socket release. Note that purging sock_calls doesn't release the ref owned by to_be_accepted. Probably the sock_calls list is redundant given a purges of the recvmsg_q, the to_be_accepted queue and the calls tree. Signed-off-by: David Howells <dhowells@redhat.com>