Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217829
b: refs/heads/master
c: 35f8c1c
h: refs/heads/master
i:
  217827: 268b28e
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Oct 20, 2010
1 parent 47575c0 commit ff0af9e
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: 24a89b5be4cf2b7f1b49b56b6cb4a7b71fccf241
refs/heads/master: 35f8c1c343f2918ea24f05282d14e711887d8278
4 changes: 1 addition & 3 deletions trunk/drivers/xen/xenfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ MODULE_LICENSE("GPL");

static int xenfs_set_page_dirty(struct page *page)
{
if (!PageDirty(page))
SetPageDirty(page);
return 0;
return !TestSetPageDirty(page);
}

static const struct address_space_operations xenfs_aops = {
Expand Down

0 comments on commit ff0af9e

Please sign in to comment.