Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index