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)
commitc89f2ee5f9223b864725f7344f24a037dfa76568
treeb83235bfd96c4a81697609f61b2ce4e3de54e49b
parent47989d7454398827500d0e73766270986a3b488f
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