astraceroute-libs = -lGeoIP \ -lpthread \ -lz astraceroute-objs = xmalloc.o \ ioops.o \ proto_none.o \ tprintf.o \ bpf.o \ str.o \ sig.o \ sock.o \ link.o \ dev.o \ geoip.o \ ring_rx.o \ ring.o \ astraceroute.o href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-08-08 13:06:41 +0100
committerDavid Howells <dhowells@redhat.com>2016-08-09 17:12:23 +0100
commit17b963e319449f709e78dc1ef445d797a13eecbc (patch)
tree6aed9ab4d827efa35256777f3cc4f21db4c4df44
parent55cae7a403f3b52de3dd6e4a614582541c9631af (diff)
rxrpc: Need to flag call as being released on connect failure
If rxrpc_new_client_call() fails to make a connection, the call record that it allocated needs to be marked as RXRPC_CALL_RELEASED before it is passed to rxrpc_put_call() to indicate that it no longer has any attachment to the AF_RXRPC socket. Without this, an assertion failure may occur at: net/rxrpc/call_object:635 Signed-off-by: David Howells <dhowells@redhat.com>