You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, the inode reported by struct Stat is the same (1) for all files or directories, which may cause some programs to behave abnormally.
In the future, we may introduce new filesystem module to solve this issue.
At present, the inode reported by struct Stat is the same (1) for all files or directories, which may cause some programs to behave abnormally.
In the future, we may introduce new filesystem module to solve this issue.