NFSv4: Clean up the NFSv4 setclientid operation
Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
d7cf8dd012
commit
bb8b27e504
6 changed files with 39 additions and 24 deletions
|
@ -824,6 +824,11 @@ struct nfs4_setclientid {
|
|||
u32 sc_cb_ident;
|
||||
};
|
||||
|
||||
struct nfs4_setclientid_res {
|
||||
u64 clientid;
|
||||
nfs4_verifier confirm;
|
||||
};
|
||||
|
||||
struct nfs4_statfs_arg {
|
||||
const struct nfs_fh * fh;
|
||||
const u32 * bitmask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue