OSDN Git Service

rcutorture: Run rcu_torture_writer at normal priority
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 1 Apr 2014 21:57:13 +0000 (14:57 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 14 May 2014 16:46:26 +0000 (09:46 -0700)
commit48d684fdad83d7525a557e6ff9c37811b6a9947b
treec5541ebf479cbd0f6d0a1206b3e1719b416c4a88
parent8be7f505f9f04924025b568e5f135d9b082dfc1d
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>
kernel/rcu/rcutorture.c