cvs commit: src/sys/vfs/isofs/cd9660
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Sep 24 02:18:20 PDT 2004
dillon 2004/09/24 02:18:03 PDT
DragonFly src repository
Modified files:
sys/vfs/isofs/cd9660 cd9660_vnops.c
Log:
The inode size must be unsigned-extended to a quad, not sign-extended, so
the size of files in the 2-4GB range on DVDs are properly reported.
Taken-from: Jun Kuriyama <kuriyama at xxxxxxxxxxxx> post on freebsd-current@
Revision Changes Path
1.12 +1 -1 src/sys/vfs/isofs/cd9660/cd9660_vnops.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/isofs/cd9660/cd9660_vnops.c.diff?r1=1.11&r2=1.12&f=u
More information about the Commits
mailing list