cvs commit: src/sys/fs/nullfs null_subr.c

Jeff Roberson jeff at FreeBSD.org
Sat Mar 29 16:24:57 PDT 2008


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


More information about the cvs-src mailing list