The first (second) loop of vnode_pager_undirty_pages() includes an if-test to test whether an iteration is the last (first). Move those if-tests out of their loops.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Differential D54353
vnode_pager: clean up undirty_pages() Authored by dougm on Tue, Dec 23, 5:18 PM. |