[[ I mistyped linux-kernel the first time I sent these, so resending. Please reply to this set. Sorry - neilb ]]
Some of these have been posted before and a couple received an Ack from Herbert, but haven't appeared in any git tree yet. Another (the first) has been sent but received no ack. I've added the second patch, which removes more incorrect documentation, and added the last two patches. One further improves rhashtable_walk stability. The last added rhashtable_walk_prev(), as discussed with Herbert, which should be useful for seq_files. (Separately I've posted a patch to Al Viro to make seq_file even easier to use with rhashtables, but this series does not depend on that patch). I don't see these patches as particularly urgent, though the third is a bugfix that currently prevents me from allowing one rhashtable in lustre to auto-shrink. I previously suggested it might be good for some of these patches to go upstream through 'staging' with the lustre patches. I no longer think that is necessary. It is probably best for them to go upstream through net or net-next. Thanks, NeilBrown --- NeilBrown (6): rhashtable: remove outdated comments about grow_decision etc rhashtable: remove incorrect comment on r{hl,hash}table_walk_enter() rhashtable: reset iter when rhashtable_walk_start sees new table rhashtable: improve rhashtable_walk stability when stop/start used. rhashtable: further improve stability of rhashtable_walk rhashtable: add rhashtable_walk_prev() include/linux/rhashtable.h | 49 +++++++++--------- lib/rhashtable.c | 121 +++++++++++++++++++++++++++++++++++++------- 2 files changed, 126 insertions(+), 44 deletions(-) -- Signature