nfsd4: remove separate cb_args struct

I don't see the point of the separate struct.  It seems to just be
getting in the way.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
J. Bruce Fields
2010-05-31 18:21:37 -04:00
committed by J. Bruce Fields
parent cee277d924
commit fb00392326
2 changed files with 25 additions and 30 deletions

View File

@@ -64,14 +64,10 @@ typedef struct {
(s)->si_fileid, \
(s)->si_generation
struct nfsd4_cb_args {
void *args_op;
struct nfs4_client *args_clp;
u32 args_minorversion;
};
struct nfsd4_callback {
struct nfsd4_cb_args cb_args;
void *cb_op;
struct nfs4_client *cb_clp;
u32 cb_minorversion;
struct rpc_message cb_msg;
const struct rpc_call_ops *cb_ops;
struct work_struct cb_work;