nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequence
These two structs don't really need to be distinct as far as I can tell. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
committed by
J. Bruce Fields
parent
07263f1efe
commit
586f36735e
@@ -64,15 +64,10 @@ typedef struct {
|
||||
(s)->si_fileid, \
|
||||
(s)->si_generation
|
||||
|
||||
struct nfsd4_cb_sequence {
|
||||
/* args/res */
|
||||
u32 cbs_minorversion;
|
||||
struct nfs4_client *cbs_clp;
|
||||
};
|
||||
|
||||
struct nfs4_rpc_args {
|
||||
void *args_op;
|
||||
struct nfsd4_cb_sequence args_seq;
|
||||
void *args_op;
|
||||
struct nfs4_client *args_clp;
|
||||
u32 args_minorversion;
|
||||
};
|
||||
|
||||
struct nfsd4_callback {
|
||||
|
Reference in New Issue
Block a user