HomeFreeBSD

vfs: check early for VCHR in vput_final to short-circuit in the common case

Description

vfs: check early for VCHR in vput_final to short-circuit in the common case

Otherwise the compiler inlines v_decr_devcount which keps getting jumped over
in the common case of not dealing with a device.

Details

Provenance
mjgAuthored on
Parents
rS357989: refcount: add missing release fence to refcount_release_if_gt
Branches
Unknown
Tags
Unknown