From: Florian Westphal Date: Fri, 23 Nov 2012 06:22:21 +0000 (+0000) Subject: netfilter: kill support for per-af queue backends X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~93^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0360ae412d09bc6f4864c801effcb20bfd84520e;p=pandora-kernel.git netfilter: kill support for per-af queue backends We used to have several queueing backends, but nowadays only nfnetlink_queue remains. In light of this there doesn't seem to be a good reason to support per-af registering -- just hook up nfnetlink_queue on module load and remove it on unload. This means that the userspace BIND/UNBIND_PF commands are now obsolete; the kernel will ignore them. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed