Page MenuHomeFreeBSD

Move readahead into its own function.
ClosedPublic

Authored by jeff on Jan 20 2020, 6:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 1:16 PM
Unknown Object (File)
Sat, Oct 25, 11:00 PM
Unknown Object (File)
Sat, Oct 25, 4:34 PM
Unknown Object (File)
Sat, Oct 25, 4:34 PM
Unknown Object (File)
Sat, Oct 25, 4:34 PM
Unknown Object (File)
Sat, Oct 25, 10:00 AM
Unknown Object (File)
Thu, Oct 23, 9:12 AM
Unknown Object (File)
Wed, Oct 22, 10:05 PM
Subscribers

Details

Summary

This is simply moving functionality out of the main fault loop. I intend to continue to do so to simplify control flow and improve readability so that when I introduce lockless lookups we don't have spaghetti code of a dozen gotos.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable