rxrpc: Make sure we initialise the peer hash key
authorDavid Howells <dhowells@redhat.com>
Tue, 13 Sep 2016 21:36:21 +0000 (22:36 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 13 Sep 2016 21:36:21 +0000 (22:36 +0100)
commit08a39685a771b4b1108889ea5e4e0a71b51782ba
tree95a5270231208d66724217606eeee557f12f1c02
parentbed806cb266e3853e12de892553fc29c45f9d28c
rxrpc: Make sure we initialise the peer hash key

Peer records created for incoming connections weren't getting their hash
key set.  This meant that incoming calls wouldn't see more than one DATA
packet - which is not a problem for AFS CM calls with small request data
blobs.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/peer_object.c