jeff 2008-03-29 23:24:54 UTC
FreeBSD src repository
Modified files:
sys/fs/nullfs null_subr.c
Log:
- Simplify null_hashget() and null_hashins() by using vref() rather
than a complex series of steps involving vget() without a lock type
to emulate the same thing.
Revision Changes Path
1.54 +4 -21 src/sys/fs/nullfs/null_subr.c