cvs commit: src/sys/vfs/ufs
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Aug 24 17:05:45 PDT 2004
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
More information about the Commits
mailing list