uucore: fsext: Change MountInfo's mount_root/dir to OsString

This is necessary to fix handling of non-Unicode filepath in `df`.

Note that other field might also need to be modified in the future.
This commit is contained in:
Nicolas Boichat
2025-07-24 09:26:54 +08:00
parent 6db117dc76
commit eedd84f301
9 changed files with 90 additions and 76 deletions
+1
View File
@@ -1584,6 +1584,7 @@ dependencies = [
"bigdecimal",
"blake2b_simd",
"blake3",
"bstr",
"clap",
"crc32fast",
"data-encoding",