Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34809
b: refs/heads/master
c: 2dec514
h: refs/heads/master
i:
  34807: 0395c70
v: v3
  • Loading branch information
J. Bruce Fields authored and Trond Myklebust committed Sep 23, 2006
1 parent b29d7a7 commit 6fd43dc
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: fd6840714d9cf6e93f1d42b904860a94df316b85
refs/heads/master: 2dec51466a08ac1c67da41bfd0518d43d983a2eb
2 changes: 1 addition & 1 deletion trunk/fs/nfs/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ struct nfs_client *nfs_find_client(const struct sockaddr_in *addr, int nfsversio
clp = __nfs_find_client(addr, nfsversion);
spin_unlock(&nfs_client_lock);

BUG_ON(clp->cl_cons_state == 0);
BUG_ON(clp && clp->cl_cons_state == 0);

return clp;
}
Expand Down

0 comments on commit 6fd43dc

Please sign in to comment.