[NTFS]
authorPierre Schweitzer <pierre@reactos.org>
Sun, 31 May 2015 21:28:52 +0000 (21:28 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 31 May 2015 21:28:52 +0000 (21:28 +0000)
commit4a632280f0e52304d3efdbba7cd5240d9fe0c531
tree5faf082ca4ba5be36b7de628b78fbd7bd7411ab1
parent5d511f10acd9933cc64af34116b227c66e436f3c
[NTFS]
Directly implement NtfsOpenFileById() for special files from the MFT where we cannot moonwalk there path.
It concerns any file with ID < 0x10.
This function can only cope with file which ID is < 0xc. Windows Internals reports that 0xc - 0xf entries are unused.

It would be interesting to double check returrned status in case of error, and also what Windows returns when attempting weird opening of suchs entries (overwrite, create for unused, etc).

svn path=/trunk/; revision=67983
reactos/drivers/filesystems/ntfs/create.c
reactos/drivers/filesystems/ntfs/ntfs.h