From: Chuck Lever Date: Thu, 25 May 2006 05:40:53 +0000 (-0400) Subject: NFS: Optimize allocation of nfs_read/write_data structures X-Git-Tag: v2.6.18-rc1~861^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d0b5cb36faf7002a11736032313f06d6f3d881c;p=pandora-kernel.git NFS: Optimize allocation of nfs_read/write_data structures Clean up use of page_array, and fix an off-by-one error noticed by Tom Talpey which causes kmalloc calls in cases where using the page_array is sufficient. Test plan: Normal client functional testing with r/wsize=32768. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed