[NTOSKRNL]

Implement the reparse points loop in IopParseDevice().

Reviewed by Thomas

svn path=/trunk/; revision=67067
This commit is contained in:
Pierre Schweitzer 2015-04-05 20:02:30 +00:00
parent 14ce9b898d
commit e18a1e92bc
2 changed files with 679 additions and 665 deletions

View file

@ -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