mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
[NTOSKRNL]
Implement the reparse points loop in IopParseDevice(). Reviewed by Thomas svn path=/trunk/; revision=67067
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
+674
-665
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user