NFS: remove user_addr, user_count, and pos from nfs_direct_req
authorChuck Lever <cel@netapp.com>
Tue, 20 Jun 2006 16:56:16 +0000 (12:56 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 24 Jun 2006 17:11:39 +0000 (13:11 -0400)
commit51a7bc6caec94bab256b272bffd24d00ea81c698
tree29e19b93449e6affb53a737b73ddec847e21cc50
parentfedb595c66e1fbd5acafe0d43b7e95c13c936d61
NFS: remove user_addr, user_count, and pos from nfs_direct_req

Make the user_addr, user_count, and pos parameters explicit to the
scheduler routines, and remove the fields from nfs_direct_req.  The
iovec API will be passing in a series of these, not just one set.

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