HomeFreeBSD

vfs: stop null checking routines in vop wrappers

Description

vfs: stop null checking routines in vop wrappers

Calls to vop_bypass pass the same argument, but type casted to something else.
Thus by replacing NULL routines with vop_bypass we avoid a runtime check.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D23357

Details

Provenance
mjgAuthored on
Reviewer
kib
Differential Revision
D23357: vfs: stop null checking routines in vop wrappers
Parents
rS357130: vfs: fix freevnodes count update race against preemption
Branches
Unknown
Tags
Unknown