From: Yasuyuki Kozakai Date: Thu, 10 May 2007 21:14:45 +0000 (-0700) Subject: [NETFILTER]: nf_nat: remove unused argument of function allocating binding X-Git-Tag: v2.6.22-rc1~34^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4c7cbadd2c025321809b522c398fc81cd5d75d;p=pandora-kernel.git [NETFILTER]: nf_nat: remove unused argument of function allocating binding nf_nat_rule_find, alloc_null_binding and alloc_null_binding_confirmed do not use the argument 'info', which is actually ct->nat.info. If they are necessary to access it again, we can use the argument 'ct' instead. Signed-off-by: Yasuyuki Kozakai Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed