From: Baruch Even Date: Mon, 5 Feb 2007 07:37:41 +0000 (-0800) Subject: [TCP]: Check num sacks in SACK fast path X-Git-Tag: v2.6.21-rc1~83^2~65^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3c3a972741dec77220a19642bd3331551ad2d9;p=pandora-kernel.git [TCP]: Check num sacks in SACK fast path We clear the unused parts of the SACK cache, This prevents us from mistakenly taking the cache data if the old data in the SACK cache is the same as the data in the SACK block. This assumes that we never receive an empty SACK block with start and end both at zero. Signed-off-by: Baruch Even Signed-off-by: David S. Miller --- Reading git-diff-tree failed