From: Andy Adamson Date: Tue, 2 Mar 2010 18:19:36 +0000 (-0500) Subject: nfs41 fix NFS4ERR_CLID_INUSE for exchange id X-Git-Tag: v2.6.34-rc1~190^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=180b62a3d837613fcac3ce89576526423926c3c3;p=platform%2Fupstream%2Fkernel-adaptation-pc.git nfs41 fix NFS4ERR_CLID_INUSE for exchange id Signed-off-by: Andy Adamson Signed-off-by: Benny Halevy Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 68f1fe0..adc116c 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -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())