From: Chuck Lever Date: Thu, 11 Aug 2005 20:25:29 +0000 (-0400) Subject: [PATCH] RPC: Reduce stack utilization in xs_sendpages X-Git-Tag: v2.6.15-rc1~733^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b5cc85ed4ecbe4adbfbc4df028850de67a9f09;p=pandora-kernel.git [PATCH] RPC: Reduce stack utilization in xs_sendpages Reduce stack utilization of the RPC socket transport's send path. A couple of unlikely()s are added to ensure the compiler places the tail processing at the end of the csect. Test-plan: Millions of fsx operations. Performance characterization such as "sio" or "iozone". Version: Thu, 11 Aug 2005 16:04:30 -0400 Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed