You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly
commit7ccafd4b2bupstream. Don't assume that the NFS4ERR_DELAY means that the server is processing this slot id. Fixes:3453d5708b("NFSv4.1: Avoid false retries when RPC calls are interrupted") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a351a73d90
commit
060c111373
@@ -859,7 +859,6 @@ static int nfs41_sequence_process(struct rpc_task *task,
|
||||
__func__,
|
||||
slot->slot_nr,
|
||||
slot->seq_nr);
|
||||
nfs4_slot_sequence_acked(slot, slot->seq_nr);
|
||||
goto out_retry;
|
||||
case -NFS4ERR_RETRY_UNCACHED_REP:
|
||||
case -NFS4ERR_SEQ_FALSE_RETRY:
|
||||
|
||||
Reference in New Issue
Block a user