commit | 685a015e44dcd4db50ada60a9a2806659c165d9e | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Fri Jul 17 10:52:48 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 21 00:10:08 2015 -0700 |
tree | 123243eb11c6d6476b7590deb16587e912e4236b | |
parent | f61687c01917946d2274dd8736bb8f9e2691ee5b [diff] |
rhashtable: Allow other tasks to be scheduled in large lookup loops Depending on system speed, the large lookup/insert/delete loops of the testsuite can take a considerable amount of time to complete causing watchdog warnings to appear. Allow other tasks to be scheduled throughout the loops. Reported-by: Meelis Roos <mroos@linux.ee> Signed-off-by: Thomas Graf <tgraf@suug.ch> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>