diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2010-05-26 17:46:00 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2010-10-01 19:29:43 -0400 |
commit | 1c8556026edac60368ceef446f0febc08014ba78 (patch) | |
tree | b87d81088d213d4a8e62e6b76abc4b2ab198acde /fs/nfsd/state.h | |
parent | 586f36735e1d38c32bbfbb2716461e7178724b15 (diff) |
nfsd4: rename nfs4_rpc_args->nfsd4_cb_args
With apologies for the gratuitous rename, the new name seems more
helpful to me.
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 59313f1d8e67..f988b90ec213 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -64,14 +64,14 @@ typedef struct { | |||
64 | (s)->si_fileid, \ | 64 | (s)->si_fileid, \ |
65 | (s)->si_generation | 65 | (s)->si_generation |
66 | 66 | ||
67 | struct nfs4_rpc_args { | 67 | struct nfsd4_cb_args { |
68 | void *args_op; | 68 | void *args_op; |
69 | struct nfs4_client *args_clp; | 69 | struct nfs4_client *args_clp; |
70 | u32 args_minorversion; | 70 | u32 args_minorversion; |
71 | }; | 71 | }; |
72 | 72 | ||
73 | struct nfsd4_callback { | 73 | struct nfsd4_callback { |
74 | struct nfs4_rpc_args cb_args; | 74 | struct nfsd4_cb_args cb_args; |
75 | struct work_struct cb_work; | 75 | struct work_struct cb_work; |
76 | }; | 76 | }; |
77 | 77 | ||