Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54978
b: refs/heads/master
c: 05ec9e2
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp committed May 5, 2007
1 parent 5584eb8 commit e29e811
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3cbb1c8e1a4787d3dc2951b7615d7bb3788c49a0
refs/heads/master: 05ec9e26be1f668ccba4ca54d9a4966c6208c611
3 changes: 2 additions & 1 deletion trunk/fs/jfs/jfs_logmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2354,12 +2354,13 @@ int jfsIOWait(void *arg)
lbmStartIO(bp);
spin_lock_irq(&log_redrive_lock);
}
spin_unlock_irq(&log_redrive_lock);

if (freezing(current)) {
spin_unlock_irq(&log_redrive_lock);
refrigerator();
} else {
set_current_state(TASK_INTERRUPTIBLE);
spin_unlock_irq(&log_redrive_lock);
schedule();
__set_current_state(TASK_RUNNING);
}
Expand Down

0 comments on commit e29e811

Please sign in to comment.