Searched hist:"487 b83723ed4d4eaafd5109f36560da4f15c6578" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | direct.c | diff 487b83723ed4d4eaafd5109f36560da4f15c6578 Mon Mar 20 12:44:30 CST 2006 Chuck Lever <cel@netapp.com> NFS: support EIOCBQUEUED return in direct read path
For async iocb's, the NFS direct read path should return EIOCBQUEUED and call aio_complete when all the requested reads are finished. The synchronous part of the NFS direct read path behaves exactly as it was before.
Test plan: aio-stress with "-O". OraSim.
Signed-off-by: Chuck Lever <cel@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|