summaryrefslogtreecommitdiff
path: root/net/rxrpc/insecure.c
Commit message (Collapse)AuthorAgeFilesLines
* rxrpc: Create a null security type and get rid of conditional callsDavid Howells2016-04-111-0/+83
Create a null security type for security index 0 and get rid of all conditional calls to the security operations. We expect normally to be using security, so this should be of little negative impact. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>