Skip to content

Commit b66a7c2

Browse files
author
Prakash Surya
committed
Revert "test: what does this do?"
This reverts commit 18a592e.
1 parent 18a592e commit b66a7c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fs/nfsd/nfs4state.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3889,6 +3889,8 @@ nfsd4_sequence(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
38893889
default:
38903890
seq->status_flags = 0;
38913891
}
3892+
if (!list_empty(&clp->cl_revoked))
3893+
seq->status_flags |= SEQ4_STATUS_RECALLABLE_STATE_REVOKED;
38923894
out_no_session:
38933895
if (conn)
38943896
free_conn(conn);

0 commit comments

Comments
 (0)