rxrpc: Don't change the epoch
authorDavid Howells <dhowells@redhat.com>
Sun, 4 Sep 2016 12:14:46 +0000 (13:14 +0100)
committerDavid Howells <dhowells@redhat.com>
Sun, 4 Sep 2016 20:41:39 +0000 (21:41 +0100)
commit090f85deb6e88f0edff1a18d610abd857e30c753
tree0741cf2fd76802f0a5d06e421279dacd4064df49
parent5f2d9c44389e7cd9fe192570f6f20199bc861eb8
rxrpc: Don't change the epoch

It seems the local epoch should only be changed on boot, so remove the code
that changes it for client connections.

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