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) | |
download | blackbird-op-linux-1c8556026edac60368ceef446f0febc08014ba78.tar.gz blackbird-op-linux-1c8556026edac60368ceef446f0febc08014ba78.zip |
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 { (s)->si_fileid, \ (s)->si_generation -struct nfs4_rpc_args { +struct nfsd4_cb_args { void *args_op; struct nfs4_client *args_clp; u32 args_minorversion; }; struct nfsd4_callback { - struct nfs4_rpc_args cb_args; + struct nfsd4_cb_args cb_args; struct work_struct cb_work; }; |