Input: use full RCU API
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 13 Oct 2007 19:46:55 +0000 (15:46 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 13 Oct 2007 19:46:55 +0000 (15:46 -0400)
commit82ba56c273911f7eda79849cfa0fc2d2e5a3b75b
tree1b169cbda51caed72440e1ff034780df5a4dda33
parent70093178b6eda34e4a4fb18cc4a48a9eacc01d98
Input: use full RCU API

RT guys alerted me to the fact that in their tree spinlocks
are preemptible and it is better to use full RCU API
(rcu_read_lock()/rcu_read_unlock()) to be safe.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/evdev.c
drivers/input/input.c
drivers/input/joydev.c
drivers/input/mousedev.c