kib 2008-09-04 14:25:10 UTC FreeBSD src repository
Modified files: (Branch: RELENG_7) sys/fs/msdosfs msdosfs_fat.c Log: SVN rev 182756 on 2008-09-04 14:25:10Z by kib MFC r182600: In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were replaced by file relative sector numbers as the buffer block number when zero-padding a file during extension. Revert the change, it causes wrong blocks filled with zeroes on seeking beyond end of file. PR: kern/47628 Approved by: re (kensmith) Revision Changes Path 1.48.2.1 +2 -2 src/sys/fs/msdosfs/msdosfs_fat.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"