Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107020
b: refs/heads/master
c: 7e6cbea
h: refs/heads/master
v: v3
  • Loading branch information
Fernando Luis Vazquez Cao authored and Linus Torvalds committed Jul 30, 2008
1 parent 18c8ca8 commit 7d32dea
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: 641de9d8f505db055d451b50e6e38117f84e79bb
refs/heads/master: 7e6cbea39aaa32480145915751119227f29f6f7b
4 changes: 2 additions & 2 deletions trunk/mm/madvise.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ static long madvise_willneed(struct vm_area_struct * vma,
* Application no longer needs these pages. If the pages are dirty,
* it's OK to just throw them away. The app will be more careful about
* data it wants to keep. Be sure to free swap resources too. The
* zap_page_range call sets things up for refill_inactive to actually free
* zap_page_range call sets things up for shrink_active_list to actually free
* these pages later if no one else has touched them in the meantime,
* although we could add these pages to a global reuse list for
* refill_inactive to pick up before reclaiming other pages.
* shrink_active_list to pick up before reclaiming other pages.
*
* NB: This interface discards data rather than pushes it out to swap,
* as some implementations do. This has performance implications for
Expand Down

0 comments on commit 7d32dea

Please sign in to comment.