From: Trond Myklebust Date: Mon, 20 Mar 2006 18:44:43 +0000 (-0500) Subject: NFS: O_DIRECT needs to use a completion X-Git-Tag: v2.6.17-rc1~667^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72b7a6b26b9009b7a05117fe2e04b3a73ae4a5c;p=pandora-kernel.git NFS: O_DIRECT needs to use a completion Now that we have aio writes, it is possible for dreq->outstanding to be zero, but for the I/O not to have completed. Convert struct nfs_direct_req to use a completion to signal when the I/O is done. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed