cvs commit: src/sys/msdosfs msdosfs_denode.c msdosfs_vnops.c
Tom Rhodes
trhodes at FreeBSD.org
Wed Jul 9 11:37:10 PDT 2003
trhodes 2003/07/09 11:37:08 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/msdosfs msdosfs_denode.c msdosfs_vnops.c
Log:
MFC msdosfs_denode.c revision 1.70:
- Fix a bug where a truncate operation involving truncate() or ftruncate() on
- an MSDOSFS file system either failed, silently corrupted the file, or
- sometimes corrupted the neighboring file.
MFC msdosfs_vnops.c revision 1.139:
- If bread() returns a zero-length buffer, as can happen after a
- failed write, return an error instead of looping forever.
Revision Changes Path
1.47.2.4 +10 -17 src/sys/msdosfs/msdosfs_denode.c
1.95.2.5 +4 -0 src/sys/msdosfs/msdosfs_vnops.c
More information about the cvs-all
mailing list