commit | 82ba56c273911f7eda79849cfa0fc2d2e5a3b75b | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Oct 13 15:46:55 2007 -0400 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Oct 13 15:46:55 2007 -0400 |
tree | 1b169cbda51caed72440e1ff034780df5a4dda33 | |
parent | 70093178b6eda34e4a4fb18cc4a48a9eacc01d98 [diff] |
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>