From: Zach Brown Date: Fri, 14 Apr 2006 23:04:18 +0000 (-0700) Subject: [PATCH] ip_output: account for fraggap when checking to add trailer_len X-Git-Tag: v2.6.17-rc2~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9dd7564d5d7c28eb87b14c13a23806484667f3;p=pandora-kernel.git [PATCH] ip_output: account for fraggap when checking to add trailer_len During other work I noticed that ip_append_data() seemed to be forgetting to include the frag gap in its calculation of a fragment that consumes the rest of the payload. Herbert confirmed that this was a bug that snuck in during a previous rework. Signed-off-by: Zach Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed