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

cvs commit: src/sys/vfs/ufs


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 24 Aug 2004 17:05:11 -0700 (PDT)

dillon      2004/08/24 17:05:11 PDT

DragonFly src repository

  Modified files:
    sys/vfs/ufs          ufs_vnops.c 
  Log:
  doingdirectory is really a boolean, use an int rather then ino_t and cast
  it properly for the one case where it needs to be cast.  Document the special
  case.  Cast -1 to (daddr_t) when checking for daddr_t special cases.
  
  Revision  Changes    Path
  1.19      +12 -4     src/sys/vfs/ufs/ufs_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/ufs/ufs_vnops.c.diff?r1=1.18&r2=1.19&f=u



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