Subject: PR/23835 CVS commit: src/sys/fs/ntfs
To: None <jdolecek@netbsd.org, gnats-admin@netbsd.org,>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: netbsd-bugs
Date: 02/13/2005 11:56:01
The following reply was made to PR kern/23835; it has been noted by GNATS.

From: Jaromir Dolecek <jdolecek@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/23835 CVS commit: src/sys/fs/ntfs
Date: Sun, 13 Feb 2005 11:55:40 +0000 (UTC)

 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.