diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-11-01 14:43:38 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-12-06 00:30:49 +0100 |
commit | fd0c09537a8494e9dccf3856b90058e1f97f1d62 (patch) | |
tree | 57b9e47a0669dc3e8871504b189b913e1ffcc809 /fs/nfs/nfs4_fs.h | |
parent | d9afbd1b0889e7da6742e9c67ccc7becc4161f65 (diff) | |
download | linux-fd0c09537a8494e9dccf3856b90058e1f97f1d62.tar.gz linux-fd0c09537a8494e9dccf3856b90058e1f97f1d62.tar.xz |
NFSv4: Simplify the NFSv4/v4.1 synchronous call switch
We shouldn't need to pass the 'cache_reply' parameter if we
initialise the sequence_args/sequence_res in the caller.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 8022adec34cd..4f0cdc1b7148 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h @@ -39,8 +39,7 @@ struct nfs4_minor_version_ops { struct nfs_server *server, struct rpc_message *msg, struct nfs4_sequence_args *args, - struct nfs4_sequence_res *res, - int cache_reply); + struct nfs4_sequence_res *res); bool (*match_stateid)(const nfs4_stateid *, const nfs4_stateid *); int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, |