commit | d44ac1bebc47e46d62019808a893582f56496a98 | [log] [tgz] |
---|---|---|
author | Neeraj Upadhyay <neeraju@codeaurora.org> | Sat Mar 09 00:40:45 2019 +0530 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Mar 26 14:42:53 2019 -0700 |
tree | df08ab0bdc96f6cc3ebf64d496d728cf3c2da890 | |
parent | f47cb1bb0da23162f4c17e0c0023df4889ecb492 [diff] |
rcutorture: Fix expected forward progress duration in OOM notifier The rcutorture_oom_notify() function has a misplaced close parenthesis that results in increasingly long delays in rcu_fwd_progress_check()'s checking for various RCU forward-progress problems. This commit therefore puts the parenthesis in the right place. Signed-off-by: Neeraj Upadhyay <neeraju@codeaurora.org> Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>