Merge branch 'net-tls-redo-the-RX-resync-locking'
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2019 20:34:38 +0000 (13:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2019 20:34:38 +0000 (13:34 -0700)
Jakub Kicinski says:

====================
net/tls: redo the RX resync locking

Take two of making sure we don't use a NULL netdev pointer
for RX resync.  This time using a bit and an open coded
wait loop.

v2:
 - fix build warning (DaveM).
====================

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

Trivial merge