[NTFS]
authorPierre Schweitzer <pierre@reactos.org>
Mon, 27 Oct 2014 12:35:58 +0000 (12:35 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Mon, 27 Oct 2014 12:35:58 +0000 (12:35 +0000)
commit817dfb57e295bcef26fce66c0e0c950f41591786
treee51007d9659cb34d4ce1493822c1aeb507c47f51
parent6af614fb4a6e0481d92f80eadb1147694c7b9a10
[NTFS]
Bugfixing... Part 10/X:
- Properly compute entry name length in CompareFileName()
- Also, in CompareFileName() properly handle the return of RtlCompareUnicodeString(); this is not RtlEqualUnicodeString()!
- In NtfsLookupFileAt(), don't return an error when we're done walking the path, it's a normal behavior

All these fixes allow our NTFS to go one step farther: it can open directory/files (reading files data remains untested so far) in root and in its subdirs. Which was broken previously.
The said bugfixes in action (and in image): http://www.heisspiter.net/~Pierre/rostests/NTFS_listing_subdir.png

svn path=/trunk/; revision=65041
reactos/drivers/filesystems/ntfs/mft.c