From: Weston Andros Adamson Date: Thu, 15 May 2014 15:56:43 +0000 (-0400) Subject: nfs: modify pg_test interface to return size_t X-Git-Tag: omap-for-v3.16/fixes-against-rc1~64^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4fdac1a5150174df0847a45dc6612ce5ce3daeb;p=pandora-kernel.git nfs: modify pg_test interface to return size_t This is a step toward allowing pg_test to inform the the coalescing code to reduce the size of requests so they may fit in whatever scheme the pg_test callback wants to define. For now, just return the size of the request if there is space, or 0 if there is not. This shouldn't change any behavior as it acts the same as when the pg_test functions returned bool. Signed-off-by: Weston Andros Adamson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed