mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
nfsd: Remove nfs4_set_claim_prev()
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
f5e22bb6d9
commit
871860225b
@ -3893,12 +3893,6 @@ nfs4_upgrade_open(struct svc_rqst *rqstp, struct nfs4_file *fp, struct svc_fh *c
|
|||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
|
||||||
nfs4_set_claim_prev(struct nfsd4_open *open, bool has_session)
|
|
||||||
{
|
|
||||||
open->op_openowner->oo_flags |= NFS4_OO_CONFIRMED;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Should we give out recallable state?: */
|
/* Should we give out recallable state?: */
|
||||||
static bool nfsd4_cb_channel_good(struct nfs4_client *clp)
|
static bool nfsd4_cb_channel_good(struct nfs4_client *clp)
|
||||||
{
|
{
|
||||||
@ -4218,7 +4212,7 @@ out:
|
|||||||
if (fp)
|
if (fp)
|
||||||
put_nfs4_file(fp);
|
put_nfs4_file(fp);
|
||||||
if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
|
if (status == 0 && open->op_claim_type == NFS4_OPEN_CLAIM_PREVIOUS)
|
||||||
nfs4_set_claim_prev(open, nfsd4_has_session(&resp->cstate));
|
open->op_openowner->oo_flags |= NFS4_OO_CONFIRMED;
|
||||||
/*
|
/*
|
||||||
* To finish the open response, we just need to set the rflags.
|
* To finish the open response, we just need to set the rflags.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user