git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1201e7e
)
Input: remove useless synchronize_rcu() calls
author
Eric Dumazet
<eric.dumazet@gmail.com>
Wed, 11 May 2011 22:38:10 +0000
(15:38 -0700)
committer
Dmitry 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