Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39152
b: refs/heads/master
c: 8325049
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Oct 9, 2006
1 parent 9978493 commit abd2cd8
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: 61ce7b3ab55e6dd3a9811d0cf4f2dc5a3a5d892a
refs/heads/master: 832504933757ba7913bf64cd574326e014215b41
2 changes: 1 addition & 1 deletion trunk/fs/nfs/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ static struct nfs_client *nfs_get_client(const char *hostname,
if (new)
nfs_free_client(new);

error = wait_event_interruptible(&nfs_client_active_wq,
error = wait_event_interruptible(nfs_client_active_wq,
clp->cl_cons_state != NFS_CS_INITING);
if (error < 0) {
nfs_put_client(clp);
Expand Down

0 comments on commit abd2cd8

Please sign in to comment.