aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 965c2aa6b33f..a1b91b67145e 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -1269,6 +1269,7 @@ struct nfs_pgio_header {
1269 const struct rpc_call_ops *mds_ops; 1269 const struct rpc_call_ops *mds_ops;
1270 void (*release) (struct nfs_pgio_header *hdr); 1270 void (*release) (struct nfs_pgio_header *hdr);
1271 const struct nfs_pgio_completion_ops *completion_ops; 1271 const struct nfs_pgio_completion_ops *completion_ops;
1272 const struct nfs_rw_ops *rw_ops;
1272 struct nfs_direct_req *dreq; 1273 struct nfs_direct_req *dreq;
1273 void *layout_private; 1274 void *layout_private;
1274 spinlock_t lock; 1275 spinlock_t lock;