forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct path-remaining with Reparse Points
When returning STATUS_REPARSE we are to calculate how much of the path remains unused, and did so using strlen(). This will break with non-ASCII characters (umlauts etc). Now we use RtlUTF8ToUnicodeN() to get the number of characters remaining (instead of bytes). Also started work allowing fastio_query_open() to assign vp, but currently not active. Signed-off-by: Jorgen Lundman <lundman@lundman.net>
- Loading branch information
Showing
3 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters