From: Harvey Harrison Date: Sat, 28 Mar 2009 15:38:30 +0000 (+0000) Subject: netfilter: fix endian bug in conntrack printks X-Git-Tag: v2.6.30-rc1~602^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f940964901aa69e28ce729d7614061d014184472;p=pandora-kernel.git netfilter: fix endian bug in conntrack printks dcc_ip is treated as a host-endian value in the first printk, but the second printk uses %pI4 which expects a be32. This will cause a mismatch between the debug statement and the warning statement. Treat as a be32 throughout and avoid some byteswapping during some comparisions, and allow another user of HIPQUAD to bite the dust. Signed-off-by: Harvey Harrison Signed-off-by: David S. Miller --- Reading git-diff-tree failed