Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200621
b: refs/heads/master
c: 334132a
h: refs/heads/master
i:
  200619: e854ff2
v: v3
  • Loading branch information
Christoph Hellwig authored and Jens Axboe committed Jun 11, 2010
1 parent 785ebf5 commit c2f834d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c5444198ca210498e8ac0ba121b4cd3537aa12f7
refs/heads/master: 334132ae921a14ac2b2ba48e174136f7f2c9aae1
4 changes: 3 additions & 1 deletion trunk/fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,10 @@ static void writeback_inodes_wb(struct bdi_writeback *wb,

ret = writeback_sb_inodes(sb, wb, wbc);
} else {
if (!pin_sb_for_writeback(sb))
if (!pin_sb_for_writeback(sb)) {
requeue_io(inode);
continue;
}
ret = writeback_sb_inodes(sb, wb, wbc);
drop_super(sb);
}
Expand Down

0 comments on commit c2f834d

Please sign in to comment.