Subject: CVS commit: src/sys/fs/ntfs
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/13/2005 11:55:40
Module Name:	src
Committed By:	jdolecek
Date:		Sun Feb 13 11:55:40 UTC 2005

Modified Files:
	src/sys/fs/ntfs: ntfs_subr.c

Log Message:
read always single cluster of data, to avoid confusing the buffer
cache; this appears to fix the random file content corruption which
happens when more than one cluster is read at the same time, i.e. for
files > 3*cluster_size

Fixes PR kern/23835

change obtained from FreeBSD ntfs_subr.c rev. 1.31


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/fs/ntfs/ntfs_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.