HomeFreeBSD

vfs: flatten vop vectors
Audit RequiredrS355790

Description

vfs: flatten vop vectors

This eliminates the following loop from all VOP calls:

while(vop != NULL && \

vop->vop_spare2 == NULL && vop->vop_bypass == NULL)
    vop = vop->vop_default;

Reviewed by: jeff
Tesetd by: pho
Differential Revision: https://reviews.freebsd.org/D22738

Details

Group Auditors
Restricted Owners Package
Provenance
mjgAuthored on
Reviewer
jeff
Differential Revision
D22738: vfs: flatten vop vectors
Parents
rS355789: mtx: eliminate recursion support from thread lock
Branches
Unknown
Tags
Unknown