cvs commit: src/sys/ufs/ffs ffs_softdep.c
    Kirk McKusick 
    mckusick at FreeBSD.org
       
    Sun Feb 22 22:56:33 PST 2004
    
    
  
mckusick    2004/02/22 22:56:32 PST
  FreeBSD src repository
  Modified files:
    sys/ufs/ffs          ffs_softdep.c 
  Log:
  In the function clear_inodedeps(), a FREE_LOCK() should be called
  AFTER the call to vn_start_write(), not before it. Otherwise, it is
  possible to unlock it multiple times if the vn_start_write() fails.
  
  Submitted by:   Juergen Hannken-Illjes <hannken at eis.cs.tu-bs.de>
  
  Revision  Changes    Path
  1.150     +1 -1      src/sys/ufs/ffs/ffs_softdep.c
    
    
More information about the cvs-src
mailing list