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
[nodefs] Return real values for statvfs via __syscall_statfs64 #22631 (#22932)
statfs syscall functions are returning hardcoded default values which
can in some cases lead to unexpected results.
This PR introduces a way for __syscall_statfs64 to return real values if
the underlying filesystem supports this. For now, I've only implemented
this for the NODEFS filesystem but we can expand this to other
filesystems when it makes sense.
Additionally, in the previous defaults, ffree could be larger than files
which is incorrect, this has also been addressed.
Fixes: #22607
0 commit comments