mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[NTOSKRNL]
- Add comment regarding r54445 svn path=/trunk/; revision=54446
This commit is contained in:
parent
e5a8d70847
commit
ada492283a
1 changed files with 1 additions and 0 deletions
|
@ -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 |
|
||||||
|
|
Loading…
Reference in a new issue