Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44861
b: refs/heads/master
c: 9213202
h: refs/heads/master
i:
  44859: b3b2f01
v: v3
  • Loading branch information
David Chinner authored and Linus Torvalds committed Dec 21, 2006
1 parent eff35ba commit ee5fda3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9280f6822c2d7112b47107251fce307aefb31f35
refs/heads/master: 921320210bd2ec4f17053d283355b73048ac0e56
4 changes: 2 additions & 2 deletions trunk/fs/xfs/linux-2.6/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ xfs_start_page_writeback(
{
ASSERT(PageLocked(page));
ASSERT(!PageWriteback(page));
set_page_writeback(page);
if (clear_dirty)
clear_page_dirty(page);
clear_page_dirty_for_io(page);
set_page_writeback(page);
unlock_page(page);
if (!buffers) {
end_page_writeback(page);
Expand Down

0 comments on commit ee5fda3

Please sign in to comment.