Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23571
b: refs/heads/master
c: 4ffc844
h: refs/heads/master
i:
  23569: 22cbbe8
  23567: 333fdf6
v: v3
  • Loading branch information
OGAWA Hirofumi authored and Linus Torvalds committed Mar 25, 2006
1 parent 9fbf032 commit cd412cc
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: d25b9a1ff0741e71a46f37f45263b5ddcbc948c4
refs/heads/master: 4ffc84442572669727dc4fcd976582508eaf23e7
2 changes: 1 addition & 1 deletion trunk/fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ sync_sb_inodes(struct super_block *sb, struct writeback_control *wbc)
list_move(&inode->i_list, &sb->s_dirty);
}
spin_unlock(&inode_lock);
cond_resched();
iput(inode);
cond_resched();
spin_lock(&inode_lock);
if (wbc->nr_to_write <= 0)
break;
Expand Down

0 comments on commit cd412cc

Please sign in to comment.