NFS: add a struct nfs_commit_data to replace nfs_write_data in commits
authorFred Isaman <iisaman@netapp.com>
Fri, 20 Apr 2012 18:47:39 +0000 (14:47 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 27 Apr 2012 18:10:37 +0000 (14:10 -0400)
commit0b7c01533aa9f4a228d07d2768d084acb3a387bc
treeaa57b08ce42f1effea2294354e3c9770b70e7612
parent799ba8d53d32c84bd2a867ca2689538a48176140
NFS: add a struct nfs_commit_data to replace nfs_write_data in commits

Commits don't need the vectors of pages, etc. that writes do. Split out
a separate structure for the commit operation.

Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/direct.c
fs/nfs/internal.h
fs/nfs/nfs3proc.c
fs/nfs/nfs3xdr.c
fs/nfs/nfs4filelayout.c
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c
fs/nfs/proc.c
fs/nfs/write.c
include/linux/nfs_fs.h
include/linux/nfs_xdr.h