diff options
author | Fred Isaman <iisaman@netapp.com> | 2012-04-20 14:47:55 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-04-27 14:10:38 -0400 |
commit | b359f9d09bcbaede09243cfe844172ba055d89fd (patch) | |
tree | 877bf10e68d09d15e042e28a8fbb0ac93136d64c /include | |
parent | f453a54a01c7c0453ad9550906e3d2663dd486ac (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 0e8b88ad9ae2..5f563bd113e8 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1274,6 +1274,7 @@ struct nfs_commit_info { | |||
1274 | spinlock_t *lock; | 1274 | spinlock_t *lock; |
1275 | struct nfs_mds_commit_info *mds; | 1275 | struct nfs_mds_commit_info *mds; |
1276 | struct pnfs_ds_commit_info *ds; | 1276 | struct pnfs_ds_commit_info *ds; |
1277 | struct nfs_direct_req *dreq; /* O_DIRECT request */ | ||
1277 | const struct nfs_commit_completion_ops *completion_ops; | 1278 | const struct nfs_commit_completion_ops *completion_ops; |
1278 | }; | 1279 | }; |
1279 | 1280 | ||