cvs commit: src/sys/ufs/ffs ffs_snapshot.c

Alexander Kabaev kan at FreeBSD.org
Sat Jan 3 20:08:35 PST 2004


kan         2004/01/03 20:08:34 PST

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_snapshot.c 
  Log:
  Avoid calling vprint on a vnode while holding its interlock mutex.
  Move diagnostic printf after vget. This might delay the debug
  output some, but at least it keeps kernel from exploding if
  DEBUG_VFS_LOCKS is in effect.
  
  Revision  Changes    Path
  1.77      +2 -2      src/sys/ufs/ffs/ffs_snapshot.c


More information about the cvs-src mailing list