Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs/include/ntfs
In directory delta357:/tmp/cvs-serv19045/include/ntfs
Modified Files:
layout.h
Log Message:
Warn about VOLUME_MOUNTED_ON_NT4 wrt Vista in layout.h and do not set the flag
in ntfsfix.
Index: layout.h
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/include/ntfs/layout.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- layout.h 28 Oct 2006 23:11:25 -0000 1.60
+++ layout.h 9 Dec 2006 11:27:37 -0000 1.61
@@ -1989,6 +1989,9 @@ typedef struct {
/**
* enum VOLUME_FLAGS - Possible flags for the volume (16-bit).
+ *
+ * WARNING: Setting VOLUME_MOUNTED_ON_NT4 on a Volume causes Windows Vista to
+ * fail to boot (it hangs on a black screen).
*/
typedef enum {
VOLUME_IS_DIRTY = const_cpu_to_le16(0x0001),
|