With the previous reviews, the page lock is no longer required in order
to perform queue operations on a page. It is also no longer needed in
the page queue scans.
Details
Details
- Reviewers
alc jeff kib dougm - Commits
- rS356157: Remove page locking for queue operations.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This is excellent. What is left of vm_page_lock() after this?
sys/dev/md/md.c | ||
---|---|---|
1148 ↗ | (On Diff #65832) | Does the activate not imply reference? Are both necessary? |