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

Commit 180b62a3 authored by Andy Adamson's avatar Andy Adamson Committed by Trond Myklebust
Browse files

nfs41 fix NFS4ERR_CLID_INUSE for exchange id

parent ebed9203
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4519,7 +4519,7 @@ int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)

		status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);

		if (status != NFS4ERR_CLID_INUSE)
		if (status != -NFS4ERR_CLID_INUSE)
			break;

		if (signalled())