diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index e39f59b5e6d2738990baf7339316f728c3141853..c5c5d6c9af25e0e5b05d038164372248e3ef5d94 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -780,7 +780,7 @@ static int nfs41_sequence_process(struct rpc_task *task, * The slot id we used was probably retired. Try again * using a different slot id. */ - if (slot->seq_nr < slot->table->target_highest_slotid) + if (slot->slot_nr < slot->table->target_highest_slotid) goto session_recover; goto retry_nowait; case -NFS4ERR_SEQ_MISORDERED: