patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / fs / ntfs / volume.h
index e5a2373..7bd6a80 100644 (file)
@@ -2,8 +2,8 @@
  * volume.h - Defines for volume structures in NTFS Linux kernel driver. Part
  *           of the Linux-NTFS project.
  *
- * Copyright (c) 2001-2004 Anton Altaparmakov.
- * Copyright (c) 2002 Richard Russon.
+ * Copyright (c) 2001-2004 Anton Altaparmakov
+ * Copyright (c) 2002 Richard Russon
  *
  * This program/include file is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as published
@@ -72,7 +72,7 @@ typedef struct {
        u64 serial_no;                  /* The volume serial number. */
        /* Mount specific NTFS information. */
        u32 upcase_len;                 /* Number of entries in upcase[]. */
-       uchar_t *upcase;                /* The upcase table. */
+       ntfschar *upcase;               /* The upcase table. */
        LCN mft_zone_start;             /* First cluster of the mft zone. */
        LCN mft_zone_end;               /* First cluster beyond the mft zone. */
        struct inode *mft_ino;          /* The VFS inode of $MFT. */