Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68578
b: refs/heads/master
c: 8d8fe64
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp authored and Linus Torvalds committed Oct 13, 2007
1 parent 392a1b9 commit 7df31c0
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: ffb035591f2736921d5dadcf8597bc1da1ba71e5
refs/heads/master: 8d8fe64237646fdd2c2de2722ec4189a5999119d
3 changes: 3 additions & 0 deletions trunk/fs/jfs/jfs_logmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2234,6 +2234,8 @@ static void lbmIODone(struct bio *bio, int error)

/* wakeup I/O initiator */
LCACHE_WAKEUP(&bp->l_ioevent);

return;
}

/*
Expand All @@ -2258,6 +2260,7 @@ static void lbmIODone(struct bio *bio, int error)
if (bp->l_flag & lbmDIRECT) {
LCACHE_WAKEUP(&bp->l_ioevent);
LCACHE_UNLOCK(flags);
return;
}

tail = log->wqueue;
Expand Down

0 comments on commit 7df31c0

Please sign in to comment.