From: Yasuyuki Kozakai Date: Sun, 8 Jul 2007 05:40:08 +0000 (-0700) Subject: [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem X-Git-Tag: v2.6.23-rc1~1109^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7663d84a87bb4e1743f62950bf7dceed723a13;p=pandora-kernel.git [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem The queue handlers registered by ip[6]_queue.ko at initialization should not be unregistered according to requests from userland program using nfnetlink_queue. If we allow that, there is no way to register the handlers of built-in ip[6]_queue again. Signed-off-by: Yasuyuki Kozakai Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed