diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2010-05-31 18:21:37 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2010-10-01 19:29:43 -0400 |
commit | fb003923263c3f0cb02adbd56a22fe16ef5c0e77 (patch) | |
tree | 99eefb1d045250e1b871b92660d0e0f084aa67d3 /fs/nfsd/state.h | |
parent | cee277d92495a9ea49a6137fe7005d7c76b31b5b (diff) |
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>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 19732d531cda..2ece6bee65f7 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -64,14 +64,10 @@ typedef struct { | |||
64 | (s)->si_fileid, \ | 64 | (s)->si_fileid, \ |
65 | (s)->si_generation | 65 | (s)->si_generation |
66 | 66 | ||
67 | struct nfsd4_cb_args { | ||
68 | void *args_op; | ||
69 | struct nfs4_client *args_clp; | ||
70 | u32 args_minorversion; | ||
71 | }; | ||
72 | |||
73 | struct nfsd4_callback { | 67 | struct nfsd4_callback { |
74 | struct nfsd4_cb_args cb_args; | 68 | void *cb_op; |
69 | struct nfs4_client *cb_clp; | ||
70 | u32 cb_minorversion; | ||
75 | struct rpc_message cb_msg; | 71 | struct rpc_message cb_msg; |
76 | const struct rpc_call_ops *cb_ops; | 72 | const struct rpc_call_ops *cb_ops; |
77 | struct work_struct cb_work; | 73 | struct work_struct cb_work; |