970e47d30c
- Add redox_syscall path dependency for the Redox-only scheme backend.
- Fix RedoxStat import to use redox_syscall::data::Stat.
- Match Entry API: Entry { name, stat } and is_dir() method.
- Match Stat API: nlinks/inode fields, Permissions::from_mode.