From: Harald Welte Date: Wed, 10 Aug 2005 03:03:40 +0000 (-0700) Subject: [NETFILTER]: attribute count is an attribute of message type, not subsytem X-Git-Tag: v2.6.14-rc1~1035^2~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=927ccbcc28dceee29dad876982768cca29738564;p=pandora-kernel.git [NETFILTER]: attribute count is an attribute of message type, not subsytem Prior to this patch, every nfnetlink subsystem had to specify it's attribute count. However, in reality the attribute count depends on the message type within the subsystem, not the subsystem itself. This patch moves 'attr_count' from 'struct nfnetlink_subsys' into nfnl_callback to fix this. Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- Reading git-diff-tree failed