Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7486
b: refs/heads/master
c: cbf0d27
h: refs/heads/master
v: v3
  • Loading branch information
Mark Fasheh authored and Linus Torvalds committed Sep 7, 2005
1 parent 47dcc1f commit df3f167
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3870ee8c63d5e55aea990654dfeb231264e13134
refs/heads/master: cbf0d27a131639f4f3e4faa94373c5c6f89f8f07
2 changes: 2 additions & 0 deletions trunk/fs/jbd/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ static int kjournald(void *arg)
if (transaction && time_after_eq(jiffies,
transaction->t_expires))
should_sleep = 0;
if (journal->j_flags & JFS_UNMOUNT)
should_sleep = 0;
if (should_sleep) {
spin_unlock(&journal->j_state_lock);
schedule();
Expand Down

0 comments on commit df3f167

Please sign in to comment.