diff options
author | Benny Halevy <bhalevy@panasas.com> | 2009-04-01 09:21:57 -0400 |
---|---|---|
committer | Benny Halevy <bhalevy@panasas.com> | 2009-06-17 13:46:23 -0400 |
commit | 3dda5e434721f942870ee30bc6103761618d410f (patch) | |
tree | a478a9c0e25e3d560321a3256d4477fcfc86232e /include/linux/nfs_xdr.h | |
parent | 24ad148a0ff74b1e703a8bc5b3e0793dc7d4e3a9 (diff) |
nfs41: use nfs4_fsinfo_res
In preparation for nfs41 sequence processing.
Signed-off-by: Andy Admason <andros@netapp.com>
[define nfs4_fsinfo_res]
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 4dac59ef6f4f..7d64913cbb1b 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -675,6 +675,11 @@ struct nfs4_fsinfo_arg { | |||
675 | struct nfs4_sequence_args seq_args; | 675 | struct nfs4_sequence_args seq_args; |
676 | }; | 676 | }; |
677 | 677 | ||
678 | struct nfs4_fsinfo_res { | ||
679 | struct nfs_fsinfo *fsinfo; | ||
680 | struct nfs4_sequence_res seq_res; | ||
681 | }; | ||
682 | |||
678 | struct nfs4_getattr_arg { | 683 | struct nfs4_getattr_arg { |
679 | const struct nfs_fh * fh; | 684 | const struct nfs_fh * fh; |
680 | const u32 * bitmask; | 685 | const u32 * bitmask; |