]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1b2aaccb281a76474007491b1d85acdbeb7f4d30
tree7d7c4254ff7f02a9aa3a6cdc1ba9181c53113529
parent7fb8f6f01b3b3c873d42083163f35d6501a720be
parenta791c575a8f3484eef653919e2c6afd020740c97
Merge tag 'rxrpc-rewrite-20160904-1' of git://git.kernel.org/pub/scm/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>