Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39111
b: refs/heads/master
c: ca4aa09
h: refs/heads/master
i:
  39109: a20143a
  39107: 84d0d26
  39103: d137871
v: v3
  • Loading branch information
Trond Myklebust authored and Linus Torvalds committed Oct 8, 2006
1 parent f7319ee commit af529ac
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: f1d08f71974dcf68ce4510a2dfaeb798b05df2c0
refs/heads/master: ca4aa09635516258f158a7bc1594a794e4c34864
2 changes: 1 addition & 1 deletion trunk/fs/nfs/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ static struct nfs_client *nfs_get_client(const char *hostname,
for (;;) {
set_current_state(TASK_INTERRUPTIBLE);
if (signal_pending(current) ||
clp->cl_cons_state > NFS_CS_READY)
clp->cl_cons_state != NFS_CS_INITING)
break;
schedule();
}
Expand Down

0 comments on commit af529ac

Please sign in to comment.