Implement vm_pageout_cluster using iterators instead of vm_page_next() and vm_page_prev().
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sys/vm/vm_pageout.c | ||
---|---|---|
399 | Could we please avoid jumping into the loop body from outside? Wouldn't the code work same if the 'more' label is left at the old position, before the reverse scan while() loop, by checking the true condition? |