HomeFreeBSD

vt: parse_font_info_static should set refcount, not parse_font_info

Description

vt: parse_font_info_static should set refcount, not parse_font_info

As we get started with no memory allocator, we set up static font data
for font passed by loader (if there is any). At this time, we also must
set refcount 1, and refcount will get incremented in cnprobe() callback.

At some point the memory allocator will be available, and we will set up
properly allocated font data, but we should not disturb the refcount.

PR: 253147

Details

Provenance
tsoomeAuthored on Jan 31 2021, 9:04 PM
Parents
rG8fb966790e1c: zfs: update zfs_config.h to match OpenZFS gf11b09dec
Branches
Unknown
Tags
Unknown