mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 18:11:47 +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…
Add table
Add a link
Reference in a new issue