commit | 48d684fdad83d7525a557e6ff9c37811b6a9947b | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Apr 01 14:57:13 2014 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 14 09:46:26 2014 -0700 |
tree | c5541ebf479cbd0f6d0a1206b3e1719b416c4a88 | |
parent | 8be7f505f9f04924025b568e5f135d9b082dfc1d [diff] |
rcutorture: Run rcu_torture_writer at normal priority There are usually lots of readers and only one writer, so if there has to be a choice, we would want rcu_torture_writer to win. This commit therefore removes the set_user_nice() from rcu_torture_writer(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>