HomeFreeBSD

fd: rename fget*_locked to fget*_noref

Description

fd: rename fget*_locked to fget*_noref

This gets rid of the error prone naming where fget_unlocked returns with
a ref held, while fget_locked requires a lock but provides nothing in
terms of making sure the file lives past unlock.

No functional changes.

Details

Provenance
mjgAuthored on Feb 22 2022, 3:54 PM
Parents
rG0a2f49823402: tty: fix a panic with INVARIANTS
Branches
Unknown
Tags
Unknown