Loading fs/nfsd/nfs4state.c +0 −2 Original line number Diff line number Diff line Loading @@ -6341,8 +6341,6 @@ static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid) if (ZERO_STATEID(stateid) || ONE_STATEID(stateid) || CLOSE_STATEID(stateid)) return status; if (!same_clid(&stateid->si_opaque.so_clid, &cl->cl_clientid)) return status; spin_lock(&cl->cl_lock); s = find_stateid_locked(cl, stateid); if (!s) Loading Loading
fs/nfsd/nfs4state.c +0 −2 Original line number Diff line number Diff line Loading @@ -6341,8 +6341,6 @@ static __be32 nfsd4_validate_stateid(struct nfs4_client *cl, stateid_t *stateid) if (ZERO_STATEID(stateid) || ONE_STATEID(stateid) || CLOSE_STATEID(stateid)) return status; if (!same_clid(&stateid->si_opaque.so_clid, &cl->cl_clientid)) return status; spin_lock(&cl->cl_lock); s = find_stateid_locked(cl, stateid); if (!s) Loading