Re: [PATCH] rhashtable: Documentation tweak

2017-09-19 Thread David Miller
From: Andreas Gruenbacher Date: Tue, 19 Sep 2017 12:41:37 +0200 > Clarify that rhashtable_walk_{stop,start} will not reset the iterator to > the beginning of the hash table. Confusion between rhashtable_walk_enter > and rhashtable_walk_start has already lead to a bug. > >

[PATCH] rhashtable: Documentation tweak

2017-09-19 Thread Andreas Gruenbacher
Clarify that rhashtable_walk_{stop,start} will not reset the iterator to the beginning of the hash table. Confusion between rhashtable_walk_enter and rhashtable_walk_start has already lead to a bug. Signed-off-by: Andreas Gruenbacher --- lib/rhashtable.c | 9 + 1