Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv12694/include
Modified Files:
volume.h
Log Message:
Allow variable length upcase table.
Progressing on find_next_attr().
Index: volume.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/volume.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** volume.h 2001/01/30 12:55:21 1.3
--- volume.h 2001/03/06 02:10:55 1.4
***************
*** 87,90 ****
--- 87,92 ----
2-byte Unicode characters. Obtained
from FILE_$UpCase. */
+ __u32 upcase_len; /* Length in Unicode characters of the
+ upcase table. */
__u8 mft_records_per_cluster; /* The number of mft records that fit
into one cluster or 0 if clusters
|