]> git.baikalelectronics.ru Git - kernel.git/commit
Input: remove unnecessary synchronize_rcu() call
authorArjan van de Ven <arjan@infradead.org>
Sat, 11 Apr 2009 23:50:15 +0000 (16:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 12 Apr 2009 00:09:14 +0000 (17:09 -0700)
commita928219422f6a1761d4f633bc8ae6d0b72b8bc5c
treec8cb55afbc03e868d9ea013cafce559d10ff8e78
parent4ac102e6b128026ff6c26f036e6131934962f4f3
Input: remove unnecessary synchronize_rcu() call

There is no need to issue serialize_rcu() after adding a new handle
to the list of handles associated with the device because new events
will "see" the new handle in the list immediately. Remove it so we
can boot a little bit faster.

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