]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Fix synchronize_sched_expedited() type error for "s"
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 25 Jun 2015 23:35:03 +0000 (16:35 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 17 Jul 2015 21:58:55 +0000 (14:58 -0700)
commit7fd0ddc5bf1ab5259c80a53a01984e13befd658b
tree3aee5fec399c59eef460913a61fe5f3a5ff37b4b
parentb09e5f8601d7e5b8d45348c9c09e1fb4109e8dc6
rcu: Fix synchronize_sched_expedited() type error for "s"

The type of "s" has been "long" rather than the correct "unsigned long"
for quite some time.  This commit fixes this type error.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c