cvs commit: src/sys/ufs/ffs ffs_softdep.c
    Konstantin Belousov 
    kib at FreeBSD.org
       
    Tue Sep 16 10:52:40 UTC 2008
    
    
  
kib         2008-09-16 10:52:25 UTC
  FreeBSD src repository
  Modified files:
    sys/ufs/ffs          ffs_softdep.c 
  Log:
  SVN rev 183067 on 2008-09-16 10:52:25Z by kib
  
  The struct inode *ip supplied to softdep_freefile is not neccessary the
  inode having number ino. In r170991, the ip was marked IN_MODIFIED, that
  is not quite correct.
  
  Mark only the right inode modified by checking inode number.
  
  Reviewed by:    tegge
  In collaboration with:  pho
  MFC after:       1 month
  
  Revision  Changes    Path
  1.226     +2 -1      src/sys/ufs/ffs/ffs_softdep.c
    
    
More information about the cvs-src
mailing list