HomeFreeBSD

vfs: stop taking additional refs on root vnode during lookup

Description

vfs: stop taking additional refs on root vnode during lookup

They are spurious since introduction of struct pwd, which provides them
implicitly.

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

Details