Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cc9fda4 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: remove redundant is_open_owner check



When called with OPEN_STATE, preprocess_seqid_op only returns an open
stateid, hence only an open owner.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent b34f27aa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4017,8 +4017,6 @@ nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
			goto out;
		status = nfserr_bad_stateid;
		open_sop = lock->lk_replay_owner;
		if (!open_sop->so_is_open_owner)
			goto out;
		if (!nfsd4_has_session(cstate) &&
				!same_clid(&open_sop->so_client->cl_clientid,
						&lock->v.new.clientid))