DragonFly BSD
DragonFly commits List (threaded) for 2005-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vfs/ufs ufs_inode.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 29 Sep 2005 13:20:59 -0700 (PDT)

dillon      2005/09/29 13:20:59 PDT

DragonFly src repository

  Modified files:
    sys/vfs/ufs          ufs_inode.c 
  Log:
  Do not attempt to modify read-only-mounted filesystems in ufs_inactive().
  Normally an i_nlink count <= 0 indicates that the inode should be truncated
  and destroyed, but such cases can also occur on read-only mounts of corrupted
  filesystems.
  
  Submitted-by: Xin LI <delphij@xxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.15      +1 -1      src/sys/vfs/ufs/ufs_inode.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/ufs/ufs_inode.c.diff?r1=1.14&r2=1.15&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]