Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5108
b: refs/heads/master
c: ef2a701
h: refs/heads/master
v: v3
  • Loading branch information
Nigel Cunningham authored and Linus Torvalds committed Jul 27, 2005
1 parent a223631 commit 8530a80
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: 5e50e7a99d04774506f4e1dee51afba37125cd3c
refs/heads/master: ef2a701d444a4ea9790146e92756b0dde5070a15
3 changes: 3 additions & 0 deletions trunk/fs/jffs/intrep.c
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,9 @@ jffs_garbage_collect_thread(void *ptr)
siginfo_t info;
unsigned long signr = 0;

if (try_to_freeze())
continue;

spin_lock_irq(&current->sighand->siglock);
signr = dequeue_signal(current, &current->blocked, &info);
spin_unlock_irq(&current->sighand->siglock);
Expand Down

0 comments on commit 8530a80

Please sign in to comment.