Skip to content
Snippets Groups Projects
Commit d6c19cfa authored by Katsunori FUJIWARA's avatar Katsunori FUJIWARA
Browse files

icasefs: avoid normcase()-ing in util.fspath() for efficiency

'dirstate._normalize()', the only caller of 'util.fspath()', has
already normcase()-ed path before invocation of it.

normcase()-ed root can be cached on dirstate side, too.

so, this patch changes 'util.fspath()' API specification to avoid
normcase()-ing in it.
parent 390bcd01
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment