nfsd4: nfsd4_replay_cache_entry should be static
This isn't actually used anywhere else. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
067e1ace46
commit
3ca2eb9814
2 changed files with 1 additions and 3 deletions
|
@ -1596,7 +1596,7 @@ nfsd4_enc_sequence_replay(struct nfsd4_compoundargs *args,
|
||||||
* The sequence operation is not cached because we can use the slot and
|
* The sequence operation is not cached because we can use the slot and
|
||||||
* session values.
|
* session values.
|
||||||
*/
|
*/
|
||||||
__be32
|
static __be32
|
||||||
nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,
|
nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,
|
||||||
struct nfsd4_sequence *seq)
|
struct nfsd4_sequence *seq)
|
||||||
{
|
{
|
||||||
|
|
|
@ -574,8 +574,6 @@ extern __be32 nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
|
||||||
struct nfsd4_compound_state *,
|
struct nfsd4_compound_state *,
|
||||||
struct nfsd4_setclientid_confirm *setclientid_confirm);
|
struct nfsd4_setclientid_confirm *setclientid_confirm);
|
||||||
extern void nfsd4_store_cache_entry(struct nfsd4_compoundres *resp);
|
extern void nfsd4_store_cache_entry(struct nfsd4_compoundres *resp);
|
||||||
extern __be32 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,
|
|
||||||
struct nfsd4_sequence *seq);
|
|
||||||
extern __be32 nfsd4_exchange_id(struct svc_rqst *rqstp,
|
extern __be32 nfsd4_exchange_id(struct svc_rqst *rqstp,
|
||||||
struct nfsd4_compound_state *, struct nfsd4_exchange_id *);
|
struct nfsd4_compound_state *, struct nfsd4_exchange_id *);
|
||||||
extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *, struct nfsd4_compound_state *, struct nfsd4_backchannel_ctl *);
|
extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *, struct nfsd4_compound_state *, struct nfsd4_backchannel_ctl *);
|
||||||
|
|
Loading…
Add table
Reference in a new issue