Page MenuHomeFreeBSD

stand/userboot: Simplify code
ClosedPublic

Authored by imp on Apr 4 2023, 6:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 1, 4:08 PM
Unknown Object (File)
Sat, Feb 28, 2:52 PM
Unknown Object (File)
Tue, Feb 17, 5:24 PM
Unknown Object (File)
Tue, Feb 17, 5:24 PM
Unknown Object (File)
Tue, Feb 17, 5:24 PM
Unknown Object (File)
Sat, Feb 14, 2:55 PM
Unknown Object (File)
Sat, Feb 7, 8:17 PM
Unknown Object (File)
Sat, Feb 7, 4:10 PM
Subscribers

Details

Summary

We have way more than 8k of stack for the current value of the zfs
bootonce attribute. Allocate buf on the stack rather than the
complicated malloc / free dance.

Sponsored by: Netflix

Diff Detail

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