rxrpc: Absorb the rxkad security module
authorDavid Howells <dhowells@redhat.com>
Thu, 7 Apr 2016 16:23:51 +0000 (17:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Apr 2016 19:34:41 +0000 (15:34 -0400)
commit648af7fca15901740c7aaafd55904ebd54d01860
tree5aaa5a3d4b192da7bc9bb268d39038c60c068125
parent6dd050f88d702e2718bd856ea014487563207756
rxrpc: Absorb the rxkad security module

Absorb the rxkad security module into the af_rxrpc module so that there's
only one module file.  This avoids a circular dependency whereby rxkad pins
af_rxrpc and cached connections pin rxkad but can't be manually evicted
(they will expire eventually and cease pinning).

With this change, af_rxrpc can just be unloaded, despite having cached
connections.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rxrpc/Kconfig
net/rxrpc/Makefile
net/rxrpc/af_rxrpc.c
net/rxrpc/ar-internal.h
net/rxrpc/ar-security.c
net/rxrpc/rxkad.c