OSDN Git Service

rxrpc: Kill off the call hash table
authorDavid Howells <dhowells@redhat.com>
Tue, 5 Jul 2016 09:57:10 +0000 (10:57 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 6 Jul 2016 10:23:54 +0000 (11:23 +0100)
commitd440a1ce5d2cf9d90390f6c0d8badc4c0a4f8b6b
treecd117aed11df468b79c602969f416183556f0a62
parent8496af50eb385c1cadff9ad396fd5359e96b6c27
rxrpc: Kill off the call hash table

The call hash table is now no longer used as calls are looked up directly
by channel slot on the connection, so kill it off.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
net/rxrpc/call_object.c