Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349451
b: refs/heads/master
c: 65436ec
h: refs/heads/master
i:
  349449: f7aa593
  349447: 89e3177
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Jan 27, 2013
1 parent 8af5fd9 commit c3a7713
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 202c312dba7d95b96493b412c606163a0cd83984
refs/heads/master: 65436ec0c8e344d9b23302b686e418f2a7b7cf7b
5 changes: 4 additions & 1 deletion trunk/fs/nfs/nfs4client.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,14 +440,17 @@ int nfs41_walk_client_list(struct nfs_client *new,
nfs_put_client(prev);
prev = pos;

nfs4_schedule_lease_recovery(pos);
status = nfs_wait_client_init_complete(pos);
if (status < 0) {
nfs_put_client(pos);
spin_lock(&nn->nfs_client_lock);
continue;
}

status = pos->cl_cons_state;
spin_lock(&nn->nfs_client_lock);
if (status < 0)
continue;
}

if (pos->rpc_ops != new->rpc_ops)
Expand Down

0 comments on commit c3a7713

Please sign in to comment.