mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTOSKRNL]
Implement the reparse points loop in IopParseDevice(). Reviewed by Thomas svn path=/trunk/; revision=67067
This commit is contained in:
parent
14ce9b898d
commit
e18a1e92bc
2 changed files with 679 additions and 665 deletions
|
@ -80,6 +80,11 @@
|
|||
//
|
||||
#define RD_SYMLINK_CREATE_FAILED 5
|
||||
|
||||
//
|
||||
// Max traversal of reparse points for a single open in IoParseDevice
|
||||
//
|
||||
#define IOP_MAX_REPARSE_TRAVERSAL 0x20
|
||||
|
||||
//
|
||||
// We can call the Ob Inlined API, it's the same thing
|
||||
//
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue