commit | 2834a6386b86a5dd20380aadb01897c525448aa7 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sun Aug 19 10:16:10 2012 +0000 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Aug 20 12:46:29 2012 +0200 |
tree | 8c2decbd891d21af09dd667f5744d13008b49ec7 | |
parent | fe31d1a8605f020eee859375fdd877186e01b804 [diff] |
netfilter: nf_conntrack: remove unnecessary RTNL locking Locking the rtnl was added to nf_conntrack_l{3,4}_proto_unregister() for walking the network namespace list. This is not done anymore since we have proper namespace support in the protocols now, so we don't need to take the RTNL anymore. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>