Page MenuHomeFreeBSD

vm_fault: use iterators in dontneed()
ClosedPublic

Authored by dougm on Fri, Apr 25, 7:46 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 28, 10:27 PM
Unknown Object (File)
Mon, Apr 28, 9:38 PM
Unknown Object (File)
Mon, Apr 28, 1:37 PM
Unknown Object (File)
Sat, Apr 26, 10:09 PM
Unknown Object (File)
Sat, Apr 26, 6:23 PM
Unknown Object (File)
Sat, Apr 26, 10:36 AM
Unknown Object (File)
Sat, Apr 26, 5:12 AM
Unknown Object (File)
Sat, Apr 26, 5:00 AM
Subscribers

Details

Summary

Use iterators instead of tailq pointers in vm_fault_dontneed(). Reduce the scope of the read locks.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.Fri, Apr 25, 7:46 AM
dougm created this revision.

Restore the wider scope of the first_object read lock.

Restore original indentation.

This revision is now accepted and ready to land.Sat, Apr 26, 5:13 PM
This revision was automatically updated to reflect the committed changes.