Merge tag 'rxrpc-rewrite-20160904-1' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2016 20:46:26 +0000 (13:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Sep 2016 20:46:26 +0000 (13:46 -0700)
commit0122c6d5faa3c2bb2523119aa1e20ac5a2f10dd7
tree7d7c4254ff7f02a9aa3a6cdc1ba9181c53113529
parent5e1e61a33f987eb5d87c5acb199da99b6a9da93d
parent434e6120036d1dd1004cadf5a99941cdd9c1a59f
Merge tag 'rxrpc-rewrite-20160904-1' of git://git./linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Small fixes

Here's a set of small fix patches:

 (1) Fix some uninitialised variables.

 (2) Set the client call state before making it live by attaching it to the
     conn struct.

 (3) Randomise the epoch and starting client conn ID values, and don't
     change the epoch when the client conn ID rolls round.

 (4) Replace deprecated create_singlethread_workqueue() calls.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>