diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 9f422fd87673..6d6f69ec5675 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -220,6 +220,12 @@ struct nfs_lockt_res { | |||
220 | struct nfs4_delegreturnargs { | 220 | struct nfs4_delegreturnargs { |
221 | const struct nfs_fh *fhandle; | 221 | const struct nfs_fh *fhandle; |
222 | const nfs4_stateid *stateid; | 222 | const nfs4_stateid *stateid; |
223 | const u32 * bitmask; | ||
224 | }; | ||
225 | |||
226 | struct nfs4_delegreturnres { | ||
227 | struct nfs_fattr * fattr; | ||
228 | const struct nfs_server *server; | ||
223 | }; | 229 | }; |
224 | 230 | ||
225 | /* | 231 | /* |