Skip to content

Commit

Permalink
nfs41 fix NFS4ERR_CLID_INUSE for exchange id
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Andy Adamson authored and Trond Myklebust committed Mar 2, 2010
1 parent ebed920 commit 180b62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 180b62a

Please sign in to comment.