Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34768
b: refs/heads/master
c: 27ba851
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Trond Myklebust committed Sep 23, 2006
1 parent 546ef8d commit 18c20f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6aaca566503296a73f956908ec98173946134fe2
refs/heads/master: 27ba851244f627a302d0fc6469d1ad413fc34fcb
3 changes: 3 additions & 0 deletions trunk/fs/nfs/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ static void nfs_free_client(struct nfs_client *clp)
*/
void nfs_put_client(struct nfs_client *clp)
{
if (!clp)
return;

dprintk("--> nfs_put_client({%d})\n", atomic_read(&clp->cl_count));

if (atomic_dec_and_lock(&clp->cl_count, &nfs_client_lock)) {
Expand Down

0 comments on commit 18c20f3

Please sign in to comment.