Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/16/1999 01:11:34
Module Name:	syssrc
Committed By:	jdolecek
Date:		Mon Aug 16 08:11:34 UTC 1999

Modified Files:
	syssrc/sys/ntfs: ntfs.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c

Log Message:
the Unicode uppercase translation table is read when first ntfs volume
is mounted and all ntfs volumes share it; the space occupied by the
table is freed upon last ntfs volumen umount. Saves 128KB for every
ntfs volume mounted.
XXX for now, read just first 256 entries - no more would be currently used
	anyway


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/ntfs/ntfs.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/ntfs/ntfs_subr.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/ntfs/ntfs_subr.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/ntfs/ntfs_vfsops.c

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