From: Al Viro Date: Sun, 14 Oct 2007 18:41:09 +0000 (+0100) Subject: fix endianness bug in inet_lro X-Git-Tag: v2.6.24-rc1~1303 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f53f4137baedc1be179880d35f390e20445428ba;p=pandora-kernel.git fix endianness bug in inet_lro all uses of and almost all assignments to lro_desc->tcp_ack assume that it's net-endian; one converts net-endian to host-endian and sticks it in lro_desc->tcp_ack. Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed