From: Chuck Lever Date: Mon, 20 Mar 2006 18:44:29 +0000 (-0500) Subject: NFS: use size_t type for holding rsize bytes in NFS O_DIRECT read path X-Git-Tag: v2.6.17-rc1~667^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dd602f20688e08c85ac91e0451c4e6321ed25d7;p=pandora-kernel.git NFS: use size_t type for holding rsize bytes in NFS O_DIRECT read path size_t is used for holding byte counts, so use it for variables storing rsize. Note that the write path will be updated as we add support for async O_DIRECT writes. Test plan: Need to verify that existing comparisons against new size_t variables behave correctly. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed