From: J. Bruce Fields Date: Mon, 3 Dec 2012 21:45:35 +0000 (-0500) Subject: svcrpc: track rpc data length separately from sk_tcplen X-Git-Tag: v3.8-rc1~20^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8af345f58ac9b350bb23c1457c613381d9f00472;p=pandora-kernel.git svcrpc: track rpc data length separately from sk_tcplen Keep a separate field, sk_datalen, that tracks only the data contained in a fragment, not including the fragment header. For now, this is always just max(0, sk_tcplen - 4), but after we allow multiple fragments sk_datalen will accumulate the total rpc data size while sk_tcplen only tracks progress receiving the current fragment. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed