Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282937
b: refs/heads/master
c: 0b1c8fc
h: refs/heads/master
i:
  282935: 46471fc
v: v3
  • Loading branch information
Andy Adamson authored and Trond Myklebust committed Jan 5, 2012
1 parent 7cb6eff commit 98370e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: aabd0b40b327d5c6518c8c908819b9bf864ad56a
refs/heads/master: 0b1c8fc43c1f9fcde2d18182988f05eeaaae509b
7 changes: 2 additions & 5 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,13 +552,10 @@ int nfs41_setup_sequence(struct nfs4_session *session,
spin_lock(&tbl->slot_tbl_lock);
if (test_bit(NFS4_SESSION_DRAINING, &session->session_state) &&
!rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
/*
* The state manager will wait until the slot table is empty.
* Schedule the reset thread
*/
/* The state manager will wait until the slot table is empty */
rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
spin_unlock(&tbl->slot_tbl_lock);
dprintk("%s Schedule Session Reset\n", __func__);
dprintk("%s session is draining\n", __func__);
return -EAGAIN;
}

Expand Down

0 comments on commit 98370e2

Please sign in to comment.