aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 deeba7e2c518..40718669b9c8 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -256,6 +256,7 @@ struct nfs_writeargs {
256 enum nfs3_stable_how stable; 256 enum nfs3_stable_how stable;
257 unsigned int pgbase; 257 unsigned int pgbase;
258 struct page ** pages; 258 struct page ** pages;
259 const u32 * bitmask;
259}; 260};
260 261
261struct nfs_writeverf { 262struct nfs_writeverf {
@@ -267,6 +268,7 @@ struct nfs_writeres {
267 struct nfs_fattr * fattr; 268 struct nfs_fattr * fattr;
268 struct nfs_writeverf * verf; 269 struct nfs_writeverf * verf;
269 __u32 count; 270 __u32 count;
271 const struct nfs_server *server;
270}; 272};
271 273
272/* 274/*