Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253706
b: refs/heads/master
c: f9f07b6
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Al Viro committed Jun 16, 2011
1 parent 8b7211b commit 7a74af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 5e7f23373bf9a853e9256e81e86724cdd0a33c29
refs/heads/master: f9f07b6c1372b1436aa6b45333445b443ffd8c95
4 changes: 1 addition & 3 deletions trunk/fs/buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1902,10 +1902,8 @@ int __block_write_begin(struct page *page, loff_t pos, unsigned len,
if (!buffer_uptodate(*wait_bh))
err = -EIO;
}
if (unlikely(err)) {
if (unlikely(err))
page_zero_new_buffers(page, from, to);
ClearPageUptodate(page);
}
return err;
}
EXPORT_SYMBOL(__block_write_begin);
Expand Down

0 comments on commit 7a74af1

Please sign in to comment.