From: Chuck Lever Date: Mon, 20 Mar 2006 18:44:31 +0000 (-0500) Subject: NFS: create common routine for waiting for direct I/O to complete X-Git-Tag: v2.6.17-rc1~667^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0fb201b34b12e2d16e8cbd5bb078c1db936304;p=pandora-kernel.git NFS: create common routine for waiting for direct I/O to complete We're about to add asynchrony to the NFS direct write path. Begin by abstracting out the common pieces in the read path. The first piece is nfs_direct_read_wait, which works the same whether the process is waiting for a read or a write. Test plan: Compile kernel with CONFIG_NFS and CONFIG_NFS_DIRECTIO enabled. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed