From: Michael Wang Date: Wed, 22 Aug 2012 20:00:06 +0000 (+0000) Subject: netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~226^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c15b677097fc133cc23108d98e0f0846e94cd48;p=pandora-kernel.git netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue() Since 'list_for_each_continue_rcu' has already been replaced by 'list_for_each_entry_continue_rcu', pass 'list_head' to nf_queue() as a parameter can not benefit us any more. This patch will replace 'list_head' with 'nf_hook_ops' as the parameter of nf_queue() and __nf_queue() to save code. Signed-off-by: Michael Wang Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed