Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367289
b: refs/heads/master
c: 25d280a
h: refs/heads/master
i:
  367287: 9102743
v: v3
  • Loading branch information
Jeff Layton authored and Trond Myklebust committed Apr 5, 2013
1 parent 055a6a2 commit d5dc3b1
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: 809b426c7fc46b07065eb382c0289710c34b37e4
refs/heads/master: 25d280aad82e559cc7bc762410cd35ea5b98e294
3 changes: 3 additions & 0 deletions trunk/fs/nfs/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ nfs41_callback_svc(void *vrqstp)
set_freezable();

while (!kthread_should_stop()) {
if (try_to_freeze())
continue;

prepare_to_wait(&serv->sv_cb_waitq, &wq, TASK_INTERRUPTIBLE);
spin_lock_bh(&serv->sv_cb_lock);
if (!list_empty(&serv->sv_cb_list)) {
Expand Down

0 comments on commit d5dc3b1

Please sign in to comment.