From 71e8fe0df68ee0481fff5614911144f0c9d4f638 Mon Sep 17 00:00:00 2001 From: Andy Adamson Date: Tue, 2 Mar 2010 13:19:36 -0500 Subject: [PATCH] --- yaml --- r: 186159 b: refs/heads/master c: 180b62a3d837613fcac3ce89576526423926c3c3 h: refs/heads/master i: 186157: ff98668862d650aeb78c36b2af32460b476a62cc 186155: 11ab4e4a33e3795f83edab16b97ad99c25dc60ab 186151: d976c2d4eb8d3bb2ee7f3fb36c93b95588a1bd4a 186143: ede42e3dfebb872c3fe055af6fd5505e2f5cf24b v: v3 --- [refs] | 2 +- trunk/fs/nfs/nfs4proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b8e5914e4068..8228487b7186 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ebed9203b68a4f333ce5d17e874b26c3afcfeff1 +refs/heads/master: 180b62a3d837613fcac3ce89576526423926c3c3 diff --git a/trunk/fs/nfs/nfs4proc.c b/trunk/fs/nfs/nfs4proc.c index 68f1fe00c08c..adc116c57e14 100644 --- a/trunk/fs/nfs/nfs4proc.c +++ b/trunk/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())