commit | 607954b084d4ad5e6a2e0f795de7803d9c6ae37f | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Jan 21 11:12:13 2015 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 26 00:08:23 2015 -0800 |
tree | 410712944738de9608e3c71476739fb7a008a667 | |
parent | 22f6bba77fc4aa80ffea31f4c1009993f98aa020 [diff] |
rhashtable: fix rht_for_each_entry_safe() endless loop "next" is not updated, causing an endless loop for buckets with more than one element. Fixes: 88d6ed15acff ("rhashtable: Convert bucket iterators to take table and index") Signed-off-by: Patrick McHardy <kaber@trash.net> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>