mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
NFS: add dreq to nfs_commit_info
Need this to pass into nfs_commitdata_init, in order to keep data->dreq accurate. Signed-off-by: Fred Isaman <iisaman@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
committed by
Trond Myklebust
parent
f453a54a01
commit
b359f9d09b
@@ -1274,6 +1274,7 @@ struct nfs_commit_info {
|
||||
spinlock_t *lock;
|
||||
struct nfs_mds_commit_info *mds;
|
||||
struct pnfs_ds_commit_info *ds;
|
||||
struct nfs_direct_req *dreq; /* O_DIRECT request */
|
||||
const struct nfs_commit_completion_ops *completion_ops;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user