rcutorture: Fix expected forward progress duration in OOM notifier
authorNeeraj Upadhyay <neeraju@codeaurora.org>
Fri, 8 Mar 2019 19:10:45 +0000 (00:40 +0530)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 26 Mar 2019 21:42:53 +0000 (14:42 -0700)
commitd44ac1bebc47e46d62019808a893582f56496a98
treedf08ab0bdc96f6cc3ebf64d496d728cf3c2da890
parentf47cb1bb0da23162f4c17e0c0023df4889ecb492
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>
kernel/rcu/rcutorture.c