Merge branch 'rhashtable-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2015 18:17:23 +0000 (14:17 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Apr 2015 18:17:23 +0000 (14:17 -0400)
commita2c3935aaa8fe99dbddb13ff244ecec7c324ec8b
treea28503490179133baff9275d428a3c0c31f35e4e
parentd83769a580f1132ac26439f50068a29b02be535e
parenta87b9ebf1709687ff213091d0fdb4254b1564803
Merge branch 'rhashtable-fixes'

Thomas Graf says:

====================
rhashtable rehashing fixes

Some rhashtable rehashing bugs found while testing with the
next rhashtable self-test queued up for the next devel cycle:

https://github.com/tgraf/net-next/commits/rht

v2:
 - Moved schedule_work() call into rhashtable_insert_rehash()
====================

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