Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"
authorDavid S. Miller <davem@davemloft.net>
Sun, 6 Dec 2015 03:47:11 +0000 (22:47 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Dec 2015 03:47:11 +0000 (22:47 -0500)
commita90099d9fabd2458084b9c2b79f1a62d9b76a61a
treeb5e63e301846c04d23f4cfc2386f5bebfbe9802b
parent8e6569af3a1b8264c37a2c93a37bef48eb300160
Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"

This reverts commit d3716f18a7d841565c930efde30737a3557eee69.

vmalloc cannot be used in BH disabled contexts, even
with GFP_ATOMIC.  And we certainly want to support
rhashtable users inserting entries with software
interrupts disabled.

Signed-off-by: David S. Miller <davem@davemloft.net>
lib/rhashtable.c