From: Al Viro Date: Thu, 28 Sep 2006 21:31:49 +0000 (-0700) Subject: [IPVS] bug: endianness breakage in ip_vs_ftp X-Git-Tag: v2.6.19-rc1~858^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d2ca4ec0bb8d0f344e5960224700be3dec3515;p=pandora-kernel.git [IPVS] bug: endianness breakage in ip_vs_ftp (p[3]<<24) | (p[2]<<16) | (p[1]<<8) | p[0] is not a valid way to spell get_unaligned((__be32 *)p Signed-off-by: Al Viro Signed-off-by: David S. Miller --- Reading git-diff-tree failed