diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-10 11:11:27 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-11 13:35:13 +0200 |
commit | e59f05e940643350bb3813e5b7f18f9fe54806f6 (patch) | |
tree | 67a83fb2e30e00f3371942ccf7938171be4f688c /kern/queue.h | |
parent | ef0ae1b884891af08626e8e52d62fdb02ec23ee1 (diff) |
vm: fix traversing the list of inactive pages
Previously, the pageout code traversed the hash table chain instead of
the list of inactive pages. The code merely compiled by accident,
because the `struct page' also has a field called `next' for the hash
table chain.
* vm/vm_pageout.c (vm_pageout_scan): Fix traversing the list of
inactive pages.
Diffstat (limited to 'kern/queue.h')
0 files changed, 0 insertions, 0 deletions