jeff 2005-04-11 11:17:20 UTC FreeBSD src repository Modified files: sys/fs/nullfs null_subr.c Log: - Clear VI_OWEINACT before calling vget() with no lock type. We know the node is actually already locked, and VOP_INACTIVE is not desirable in this case. Revision Changes Path 1.48 +7 -0 src/sys/fs/nullfs/null_subr.c