commit | 48dc7865aa3db9404aedc8677d9daf8f8f469ab0 | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <adobriyan@gmail.com> | Wed Oct 08 11:35:01 2008 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Wed Oct 08 11:35:01 2008 +0200 |
tree | bca166dfc0b1f7cdadc99d1583e2065c78f69266 | |
parent | 55b69e91040c685a064198bd76e59885b7ad26c6 [diff] |
netfilter: netns: remove nf_*_net() wrappers Now that dev_net() exists, the usefullness of them is even less. Also they're a big problem in resolving circular header dependencies necessary for NOTRACK-in-netns patch. See below. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net>