HomeFreeBSD

vfs: keep bad ops on vnode reclaim

Description

vfs: keep bad ops on vnode reclaim

They were only modified to accomodate a redundant assertion.

This runs into problems as lockless lookup can still try to use the vnode
and crash instead of getting an error.

The bug was only present in kernels with INVARIANTS.

Reported by: kevans

Details

Provenance
mjgAuthored on
Parents
rS368359: libc: regex: retire internal EMPTBR ("Empty branch present")
Branches
Unknown
Tags
Unknown