Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186159
b: refs/heads/master
c: 180b62a
h: refs/heads/master
i:
  186157: ff98668
  186155: 11ab4e4
  186151: d976c2d
  186143: ede42e3
v: v3
  • Loading branch information
Andy Adamson authored and Trond Myklebust committed Mar 2, 2010
1 parent 692ffc2 commit 71e8fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebed9203b68a4f333ce5d17e874b26c3afcfeff1
refs/heads/master: 180b62a3d837613fcac3ce89576526423926c3c3
2 changes: 1 addition & 1 deletion trunk/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 71e8fe0

Please sign in to comment.