patch-2.4.10 linux/fs/ntfs/util.h

Next file: linux/fs/open.c
Previous file: linux/fs/ntfs/unistr.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/fs/ntfs/util.h linux/fs/ntfs/util.h
@@ -7,18 +7,18 @@
 
 /* The first 16 inodes correspond to NTFS special files. */
 typedef enum {
-	FILE_$Mft	= 0,
-	FILE_$MftMirr	= 1,
-	FILE_$LogFile	= 2,
-	FILE_$Volume	= 3,
-	FILE_$AttrDef	= 4,
-	FILE_$root	= 5,
-	FILE_$BitMap	= 6,
-	FILE_$Boot	= 7,
-	FILE_$BadClus	= 8,
-	FILE_$Secure	= 9,
-	FILE_$UpCase	= 10,
-	FILE_$Extend	= 11,
+	FILE_Mft	= 0,
+	FILE_MftMirr	= 1,
+	FILE_LogFile	= 2,
+	FILE_Volume	= 3,
+	FILE_AttrDef	= 4,
+	FILE_root	= 5,
+	FILE_BitMap	= 6,
+	FILE_Boot	= 7,
+	FILE_BadClus	= 8,
+	FILE_Secure	= 9,
+	FILE_UpCase	= 10,
+	FILE_Extend	= 11,
 	FILE_Reserved12	= 12,
 	FILE_Reserved13	= 13,
 	FILE_Reserved14	= 14,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)