cvs commit: src/sys/fs/fdescfs fdesc_vnops.c

Konstantin Belousov kib at FreeBSD.org
Fri Apr 4 09:37:57 UTC 2008


kib         2008-04-04 09:37:57 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/fdescfs       fdesc_vnops.c 
  Log:
  The temporary workaround for the call to the vget() without lock type in
  the fdesc_allocvp(). The caller of the fdesc_allocvp() expects that the
  returned vnode is not reclaimed. Do lock the vnode exclusive and drop
  the lock after.
  
  Reported by:    pho
  Reviewed by:    jeff
  
  Revision  Changes    Path
  1.108     +3 -1      src/sys/fs/fdescfs/fdesc_vnops.c


More information about the cvs-src mailing list