[NETFILTER]: nf_conntrack: simplify protocol locking
authorPatrick McHardy <kaber@trash.net>
Wed, 14 Mar 2007 23:38:48 +0000 (16:38 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:25:41 +0000 (22:25 -0700)
Now that we don't use nf_conntrack_lock anymore but a single mutex for
all protocol handling, no need to release and grab it again for sysctl
registration.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found