Input: remove useless synchronize_rcu() calls
authorEric Dumazet <eric.dumazet@gmail.com>
Wed, 11 May 2011 22:38:10 +0000 (15:38 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 12 May 2011 15:28:57 +0000 (08:28 -0700)
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 <eric.dumazet@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found