summaryrefslogtreecommitdiff
path: root/netsniff-ng
ModeNameSize
-rw-r--r--.gitignore27logplain
-rw-r--r--Makefile1003logplain
value='2'>stat only
authorDavid Howells <dhowells@redhat.com>2016-09-07 15:28:54 +0100
committerDavid Howells <dhowells@redhat.com>2016-09-07 15:30:22 +0100
commit8b7fac50ab7f2668c43795c135025c472922a344 (patch)
tree9c2fe229af8e976518911b2b38576db84dc05753 /net/rxrpc/input.c
parent278ac0cdd5e516bdef2b9b8f5a4dd6366a5bccfe (diff)
rxrpc: Pass the connection pointer to rxrpc_post_packet_to_call()
Pass the connection pointer to rxrpc_post_packet_to_call() as the call might get disconnected whilst we're looking at it, but the connection pointer determined by rxrpc_data_read() is guaranteed by RCU for the duration of the call. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/input.c')
-rw-r--r--net/rxrpc/input.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/rxrpc/input.c b/net/rxrpc/input.c