From: Herbert Xu Date: Tue, 6 Sep 2005 01:55:48 +0000 (-0700) Subject: [TCP]: Fix TCP_OFF() bug check introduced by previous change. X-Git-Tag: v2.6.14-rc1~756 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5f5e6e0cebd574be737334671d1aa8f170d5f3;p=pandora-kernel.git [TCP]: Fix TCP_OFF() bug check introduced by previous change. The TCP_OFF assignment at the bottom of that if block can indeed set TCP_OFF without setting TCP_PAGE. Since there is not much to be gained from avoiding this situation, we might as well just zap the offset. The following patch should fix it. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed