From: Herbert Xu <herb...@gondor.apana.org.au> Date: Sat, 11 Feb 2017 19:24:22 +0800
> This series tackles the problem of table allocation failures during > insertion. The issue is that we cannot vmalloc during insertion. > This series deals with this by introducing nested tables. > > The first two patches removes manual hash table walks which cannot > work on a nested table. > > The final patch introduces nested tables. > > I've tested this with test_rhashtable and it appears to work. Series applied, thanks Herbert.