HomeFreeBSD

vfs: always clear VI_OWEINACT in consumers bumping v_usecount

Description

vfs: always clear VI_OWEINACT in consumers bumping v_usecount

Previously vputx would detect the condition and clear the flag.

With this change it is invalid to have both v_usecount > 0 and the flag
set. Assert the condition is met in all revlevant places.

Reviewed by: kib

Details

Provenance
mjgAuthored on
Reviewer
kib
Parents
rS285392: vfs: move si_usecount manipulation to dedicated functions
Branches
Unknown
Tags
Unknown