Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230704
b: refs/heads/master
c: c3f0da6
h: refs/heads/master
v: v3
  • Loading branch information
Bob Liu authored and Linus Torvalds committed Jan 14, 2011
1 parent b6bc0c0 commit 184169f
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: c691b9d983d7015d54057034f4cd9b6d8affd976
refs/heads/master: c3f0da631539b3b8e17f6dda567af9958d49d14f
2 changes: 1 addition & 1 deletion trunk/mm/page-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1103,7 +1103,7 @@ EXPORT_SYMBOL(write_one_page);
int __set_page_dirty_no_writeback(struct page *page)
{
if (!PageDirty(page))
SetPageDirty(page);
return !TestSetPageDirty(page);
return 0;
}

Expand Down

0 comments on commit 184169f

Please sign in to comment.