Date: Wed, 9 Jul 2003 11:37:08 -0700 (PDT) From: Tom Rhodes <trhodes@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_denode.c msdosfs_vnops.c Message-ID: <200307091837.h69Ib8dv033862@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307091837.h69Ib8dv033862>
