commit | 7cbbb758d3c93b24b45b169af55440d2e7d5b7f6 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Wed May 11 15:38:10 2011 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu May 12 08:28:57 2011 -0700 |
tree | 2eda8bad7a0f92c67b2255e9076e892309e85011 | |
parent | 1201e7e67634624aec89317cf308cd0d3d8d4770 [diff] |
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 <eric.dumazet@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>