An earlier diff modified vm_page_alloc() and friends to zero the page if
VM_ALLOC_ZERO is specified, rather than treating VM_ALLOC_ZERO as
advisory. This diff patches up most consumers to reflect that change.
A few consumers require a bit more care and are handled in separate
diffs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 37207 Build 34096: arc lint + arc unit
Event Timeline
sys/dev/xen/balloon/balloon.c | ||
---|---|---|
240–246 | I would not delete this comment. Instead, move it up before the allocation. |