nfs41: use nfs4_pathconf_res
In preparation for nfs41 sequence processing. Signed-off-by: Andy Admason <andros@netapp.com> [define nfs4_pathconf_res] Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
3dda5e4347
commit
d45b2989a7
3 changed files with 12 additions and 3 deletions
|
@ -734,6 +734,11 @@ struct nfs4_pathconf_arg {
|
|||
struct nfs4_sequence_args seq_args;
|
||||
};
|
||||
|
||||
struct nfs4_pathconf_res {
|
||||
struct nfs_pathconf *pathconf;
|
||||
struct nfs4_sequence_res seq_res;
|
||||
};
|
||||
|
||||
struct nfs4_readdir_arg {
|
||||
const struct nfs_fh * fh;
|
||||
u64 cookie;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue