]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: make iocb available everywhere in direct write path
authorChuck Lever <cel@netapp.com>
Mon, 20 Mar 2006 18:44:33 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:33 +0000 (13:44 -0500)
commit03584e062f7587fa29e998605cf22a7c5fa9458a
treeb83235bfd96c4a81697609f61b2ce4e3de54e49b
parent447c674e1c02a3c555dca465c4c719f9713314d6
NFS: make iocb available everywhere in direct write path

Pass the iocb argument all the way down to the direct write request
scheduler, and make it available in nfs_direct_write_result.

Test plan:
Compile the kernel with CONFIG_NFS and CONFIG_NFS_DIRECTIO enabled.
Millions of fsx-odirect ops.  OraSim.

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/direct.c