From: Pablo Neira Ayuso Date: Mon, 17 Nov 2008 15:00:40 +0000 (+0100) Subject: netfilter: ctnetlink: get rid of module refcounting in ctnetlink X-Git-Tag: v2.6.29-rc1~581^2~367^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=528a3a6f67d4fbe708b9f306be194e78b29e8d7a;p=pandora-kernel.git netfilter: ctnetlink: get rid of module refcounting in ctnetlink This patch replaces the unnecessary module refcounting with the read-side locks. With this patch, all the dump and fill_info function are called under the RCU read lock. Based on a patch from Fabian Hugelshofer. Signed-off-by: Pablo Neira Ayuso Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed