Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115842
b: refs/heads/master
c: c5fdae4
h: refs/heads/master
v: v3
  • Loading branch information
Rik van Riel authored and Linus Torvalds committed Oct 20, 2008
1 parent 088d04f commit 0bf6799
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: 7e9cd484204f9e5b316ed35b241abf088d76e0af
refs/heads/master: c5fdae469a6a26cd882d7fe0aa3fbfffb6b72fc5
2 changes: 1 addition & 1 deletion trunk/mm/swap_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ struct page *read_swap_cache_async(swp_entry_t entry, gfp_t gfp_mask,
/*
* Initiate read into locked page and return.
*/
lru_cache_add_active_anon(new_page);
lru_cache_add_anon(new_page);
swap_readpage(NULL, new_page);
return new_page;
}
Expand Down

0 comments on commit 0bf6799

Please sign in to comment.