commit | 2be85279281bafe7de808ca99de59af4fd474c49 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <[email protected]> | Thu Mar 04 15:50:28 2010 +0100 |
committer | Paul E. McKenney <[email protected]> | Thu Aug 19 17:18:01 2010 -0700 |
tree | 0d6a1f9268bc3cf5e466375dae97bb3de12f6f26 | |
parent | 5b22216e11f717adc344abc7f97b42e03127c6c0 [diff] [blame] |
input: __rcu annotations Signed-off-by: Arnd Bergmann <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Cc: Dmitry Torokhov <[email protected]> Acked-by: Dmitry Torokhov <[email protected]> Reviewed-by: Josh Triplett <[email protected]>
diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index c908c5f..5808731 100644 --- a/drivers/input/evdev.c +++ b/drivers/input/evdev.c
@@ -28,7 +28,7 @@ int minor; struct input_handle handle; wait_queue_head_t wait; - struct evdev_client *grab; + struct evdev_client __rcu *grab; struct list_head client_list; spinlock_t client_lock; /* protects client_list */ struct mutex mutex;