Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373783
b: refs/heads/master
c: 3c18ef8
h: refs/heads/master
i:
  373781: 1304b5d
  373779: f546559
  373775: 245a2f0
v: v3
  • Loading branch information
Miklos Szeredi committed Apr 17, 2013
1 parent 3099109 commit dad1f63
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: 722d2bea8c601d0744e4a37170533fdf6214a678
refs/heads/master: 3c18ef8117f0515b1e455713dfc2e18b06db9bb5
2 changes: 1 addition & 1 deletion trunk/fs/fuse/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ __releases(fc->lock)
fc->blocked = 0;

/* Wake up next waiter, if any */
if (!fc->blocked)
if (!fc->blocked && waitqueue_active(&fc->blocked_waitq))
wake_up(&fc->blocked_waitq);

if (fc->num_background == fc->congestion_threshold &&
Expand Down

0 comments on commit dad1f63

Please sign in to comment.