HomeFreeBSD

vfs: simplify vop_stdlock/unlock

Description

vfs: simplify vop_stdlock/unlock

The interlock pointer is non-NULL by definition and the compiler see through
that and eliminates the NULL checks. Just remove them from the code as they
play no role.

No difference in generated assembly.

Details

Provenance
mjgAuthored on
Parents
rS333915: inpcb: defer destruction of inpcb until after a grace period has elapsed
Branches
Unknown
Tags
Unknown