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:
d00bd3d
)
netfilter: ebt_ulog: remove unnecessary spin lock protection
author
Gao feng
<gaofeng@cn.fujitsu.com>
Mon, 18 Feb 2013 16:59:10 +0000
(16:59 +0000)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Fri, 15 Mar 2013 10:56:09 +0000
(11:56 +0100)
No need for spinlock to protect the netlink skb in the
ebt_ulog_fini path. We are sure there is noone using it
at that stage.
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
No differences found