Skip to content

Commit 0b4a9fd

Browse files
committed
Merge tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Pull nfsd fix from Chuck Lever: - Fix TEST_STATEID response * tag 'nfsd-6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux: nfsd: Remove incorrect check in nfsd4_validate_stateid
2 parents af2e193 + f75546f commit 0b4a9fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/nfsd/nfs4state.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6341,8 +6341,6 @@ static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid)
63416341
if (ZERO_STATEID(stateid) || ONE_STATEID(stateid) ||
63426342
CLOSE_STATEID(stateid))
63436343
return status;
6344-
if (!same_clid(&stateid->si_opaque.so_clid, &cl->cl_clientid))
6345-
return status;
63466344
spin_lock(&cl->cl_lock);
63476345
s = find_stateid_locked(cl, stateid);
63486346
if (!s)

0 commit comments

Comments
 (0)