From: Arjan van de Ven Date: Sat, 11 Apr 2009 23:50:15 +0000 (-0700) Subject: Input: remove unnecessary synchronize_rcu() call X-Git-Tag: v2.6.30-rc3~62^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79e83bdd961ec9b862191c0df51aaeb3cb85664;p=pandora-kernel.git 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 --- Reading git-diff-tree failed