X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=drivers%2Finput%2Fevdev.c;h=af9ee313c10b67b9f0a034e6806757aca085c4ed;hp=9ddafc30f432236539f9304468d77e2daf761f7e;hb=888a6f77e0418b049f83d37547c209b904d30af4;hpb=31b7eab27a314b153d8fa07ba9e9ec00a98141e1 diff --git a/drivers/input/evdev.c b/drivers/input/evdev.c index 9ddafc30f432..af9ee313c10b 100644 --- a/drivers/input/evdev.c +++ b/drivers/input/evdev.c @@ -28,7 +28,7 @@ struct evdev { 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;