From: Eric Dumazet Date: Wed, 11 May 2011 22:38:10 +0000 (-0700) Subject: Input: remove useless synchronize_rcu() calls X-Git-Tag: v3.0-rc1~314^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cbbb758d3c93b24b45b169af55440d2e7d5b7f6;p=pandora-kernel.git Input: remove useless synchronize_rcu() calls There is no need to call synchronize_rcu() after a list insertion, or a NULL->ptr assignment. However, the reverse operations do need this call. Signed-off-by: Eric Dumazet Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed