Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70729
b: refs/heads/master
c: 65cb9b4
h: refs/heads/master
i:
  70727: 170ee72
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 17, 2007
1 parent 192caba commit fab56a9
Show file tree
Hide file tree
Showing 2 changed files with 9 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: c6945e77e477103057b4a639b4b01596f5257861
refs/heads/master: 65cb9b47e0ea568a7a38cce7773052a6ea093629
9 changes: 8 additions & 1 deletion trunk/fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,14 @@ __writeback_single_inode(struct inode *inode, struct writeback_control *wbc)
struct address_space *mapping = inode->i_mapping;
int ret;

redirty_tail(inode);
/*
* We're skipping this inode because it's locked, and we're not
* doing writeback-for-data-integrity. Move it to the head of
* s_dirty so that writeback can proceed with the other inodes
* on s_io. We'll have another go at writing back this inode
* when the s_dirty iodes get moved back onto s_io.
*/
redirty_head(inode);

/*
* Even if we don't actually write the inode itself here,
Expand Down

0 comments on commit fab56a9

Please sign in to comment.