Enfoce Utf8 on disk format in RedoxFS
Created by: bungcip
Create struct FileName
to enforce filename invariant in RedoxFS
Fixing #11 (closed) & #12.
Now creating too long filename will return ENAMETOOLONG
and creating invalid utf8 name will return EINVAL
.
this is my first time pull request on redox, please be gentle :)
Edited by Ribbon