From: Octavian Purdila Date: Tue, 15 Jul 2008 07:49:11 +0000 (-0700) Subject: net: refactor tcp splice receive path to improve readability X-Git-Tag: v2.6.27-rc1~969^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2870c43d1795bcb40b12bad6456f07ad8e64b3de;p=pandora-kernel.git net: refactor tcp splice receive path to improve readability - move all of the details on offsets, lengths and buffers into a single function instead of doing these operation from multiple places - use a bottom up approach: try to avoid details in the high level functions, introduce them gradually as we go deeper in the function call stack With helpful feedback from Jarek Poplawski. Signed-off-by: Octavian Purdila Acked-by: Jarek Poplawski Signed-off-by: David S. Miller --- Reading git-diff-tree failed