Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74668
b: refs/heads/master
c: e136e76
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Len Brown committed Dec 4, 2007
1 parent a0a25ca commit d6aacd8
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: 561d9a969455cb009bb15b63e1d925dc527e7a9d
refs/heads/master: e136e769d471e7f3d24a8f6bf9c91dcb372bd0ab
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/background.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ static int jffs2_garbage_collect_thread(void *_c)

/* Put_super will send a SIGKILL and then wait on the sem.
*/
while (signal_pending(current)) {
while (signal_pending(current) || freezing(current)) {
siginfo_t info;
unsigned long signr;

Expand Down

0 comments on commit d6aacd8

Please sign in to comment.