Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174393
b: refs/heads/master
c: 3f0ca30
h: refs/heads/master
i:
  174391: 923a62c
v: v3
  • Loading branch information
Wu Fengguang authored and Theodore Ts'o committed Nov 24, 2009
1 parent dff414c commit 97027e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b4d7241596ffb6398ac5535ae8cf80d845b0c254
refs/heads/master: 3f0ca309858ee186435c608ee9eaafd1c8dcb53a
3 changes: 1 addition & 2 deletions trunk/fs/ext4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,6 @@ static int bput_one(handle_t *handle, struct buffer_head *bh)
}

static int __ext4_journalled_writepage(struct page *page,
struct writeback_control *wbc,
unsigned int len)
{
struct address_space *mapping = page->mapping;
Expand Down Expand Up @@ -2716,7 +2715,7 @@ static int ext4_writepage(struct page *page,
* doesn't seem much point in redirtying the page here.
*/
ClearPageChecked(page);
return __ext4_journalled_writepage(page, wbc, len);
return __ext4_journalled_writepage(page, len);
}

if (test_opt(inode->i_sb, NOBH) && ext4_should_writeback_data(inode))
Expand Down

0 comments on commit 97027e3

Please sign in to comment.