[NTOSKRNL]

- Add comment regarding r54445

svn path=/trunk/; revision=54446
This commit is contained in:
Jérôme Gardou 2011-11-19 17:54:33 +00:00
parent e5a8d70847
commit ada492283a

View file

@ -309,6 +309,7 @@ CmpOpenHiveFiles(IN PCUNICODE_STRING BaseName,
} }
/* Setup the flags */ /* Setup the flags */
// FIXME : FILE_OPEN_FOR_BACKUP_INTENT is unimplemented and breaks 3rd stage boot
IoFlags = //FILE_OPEN_FOR_BACKUP_INTENT | IoFlags = //FILE_OPEN_FOR_BACKUP_INTENT |
FILE_NO_COMPRESSION | FILE_NO_COMPRESSION |
FILE_RANDOM_ACCESS | FILE_RANDOM_ACCESS |