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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index a319cb926abf..87202c7026e3 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -334,6 +334,7 @@ struct nfs4_delegreturnres {
334struct nfs_readargs { 334struct nfs_readargs {
335 struct nfs_fh * fh; 335 struct nfs_fh * fh;
336 struct nfs_open_context *context; 336 struct nfs_open_context *context;
337 struct nfs_lock_context *lock_context;
337 __u64 offset; 338 __u64 offset;
338 __u32 count; 339 __u32 count;
339 unsigned int pgbase; 340 unsigned int pgbase;
@@ -354,6 +355,7 @@ struct nfs_readres {
354struct nfs_writeargs { 355struct nfs_writeargs {
355 struct nfs_fh * fh; 356 struct nfs_fh * fh;
356 struct nfs_open_context *context; 357 struct nfs_open_context *context;
358 struct nfs_lock_context *lock_context;
357 __u64 offset; 359 __u64 offset;
358 __u32 count; 360 __u32 count;
359 enum nfs3_stable_how stable; 361 enum nfs3_stable_how stable;