[v2 PATCH 1/3] gfs2: Use rhashtable walk interface in glock_hash_walk

2017-02-11 Thread Herbert Xu
The function glock_hash_walk walks the rhashtable by hand. This is broken because if it catches the hash table in the middle of a rehash, then it will miss entries. This patch replaces the manual walk by using the rhashtable walk interface. Fixes: 88ffbf3e037e ("GFS2: Use resizable hash table fo

[PATCH 1/3] gfs2: Use rhashtable walk interface in glock_hash_walk

2017-02-07 Thread Herbert Xu
The function glock_hash_walk walks the rhashtable by hand. This is broken because if it catches the hash table in the middle of a rehash, then it will miss entries. This patch replaces the manual walk by using the rhashtable walk interface. Fixes: 88ffbf3e037e ("GFS2: Use resizable hash table fo