Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c514983d authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4: Handle the condition NFS4ERR_FILE_OPEN



Retry a few times before we give up: the error is usually due to ordering
issues with asynchronous RPC calls.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 6b30954e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2891,6 +2891,7 @@ int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct
			if (ret == 0)
				exception->retry = 1;
			break;
		case -NFS4ERR_FILE_OPEN:
		case -NFS4ERR_GRACE:
		case -NFS4ERR_DELAY:
			ret = nfs4_delay(server->client, &exception->timeout);