Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/ntfstools
In directory usw-pr-cvs1:/tmp/cvs-serv12627/ntfstools
Modified Files:
mkntfs.c
Log Message:
Updates & fixes.
Index: mkntfs.c
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ntfstools/mkntfs.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- mkntfs.c 2001/06/01 02:07:26 1.3
+++ mkntfs.c 2001/06/01 19:04:08 1.4
@@ -1544,5 +1544,4 @@
/* FIXME: $UsnJrnl support... */
si.usn = cpu_to_le64(0ULL);
- si.reserved30 = cpu_to_le16(0);
}
/* NTFS 1.2: size of si = 48, NTFS 3.0: size of si = 72 */
|