aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/sendmsg.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-09-29 22:37:15 +0100
committerDavid Howells <dhowells@redhat.com>2016-09-29 22:37:15 +0100
commit8732db67c6b6dcdb455b73773ea2fc1e1d5024b1 (patch)
tree392aef15628f869b9375ef2737ea46e8f3caeee9 /net/rxrpc/sendmsg.c
parentMerge branch 'qcom-emac-acpi' (diff)
downloadlinux-dev-8732db67c6b6dcdb455b73773ea2fc1e1d5024b1.tar.xz
linux-dev-8732db67c6b6dcdb455b73773ea2fc1e1d5024b1.zip
rxrpc: Fix exclusive client connections
Exclusive connections are currently reusable (which they shouldn't be) because rxrpc_alloc_client_connection() checks the exclusive flag in the rxrpc_connection struct before it's initialised from the function parameters. This means that the DONT_REUSE flag doesn't get set. Fix this by checking the function parameters for the exclusive flag. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/sendmsg.c')
0 files changed, 0 insertions, 0 deletions