From: Ilpo Järvinen Date: Fri, 12 Oct 2007 00:33:11 +0000 (-0700) Subject: [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L X-Git-Tag: v2.6.24-rc1~1454^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eec0047d9bdd68fddef6539e77fee99ba2531f2;p=pandora-kernel.git [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L This condition (plain R) can arise at least in recovery that is triggered after tcp_undo_loss. There isn't any reason why they should not be marked as lost, not marking makes in_flight estimator to return too large values. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed