From: Trond Myklebust Date: Fri, 10 Jun 2011 17:30:23 +0000 (-0400) Subject: NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix X-Git-Tag: v3.1-rc1~136^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1751c3638f2a07a8c66a803a31791bab9bd3fced;p=pandora-kernel.git NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix We need to ensure that the layouts are set up before we can decide to coalesce requests. To do so, we want to further split up the struct nfs_pageio_descriptor operations into an initialisation callback, a coalescing test callback, and a 'do i/o' callback. This patch cleans up the existing callback methods before adding the 'initialisation' callback. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed