commit | a90099d9fabd2458084b9c2b79f1a62d9b76a61a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Dec 05 22:47:11 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 05 22:47:11 2015 -0500 |
tree | b5e63e301846c04d23f4cfc2386f5bebfbe9802b | |
parent | 8e6569af3a1b8264c37a2c93a37bef48eb300160 [diff] |
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>