Page MenuHomeFreeBSD

Fix linux_fstatfs().
ClosedPublic

Authored by trasz on Feb 20 2017, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 16 2024, 3:11 AM
Unknown Object (File)
Feb 16 2024, 2:32 AM
Unknown Object (File)
Jan 17 2024, 7:29 AM
Unknown Object (File)
Dec 20 2023, 1:40 AM
Unknown Object (File)
Nov 7 2023, 6:14 AM
Unknown Object (File)
Sep 21 2023, 11:51 AM
Unknown Object (File)
Sep 16 2023, 5:21 AM
Unknown Object (File)
Sep 9 2023, 6:40 AM
Subscribers

Details

Summary

Fix linux_fstatfs() to return proper value for f_frsize. Without it,
linux df(1) binary from Xenial shows garbage.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

trasz retitled this revision from to Fix linux_fstatfs()..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)

what about struct statfs64?

trasz edited edge metadata.

Handle 32 bits as well. Note that this is completely untested.

dchagin edited edge metadata.
This revision is now accepted and ready to land.Feb 22 2017, 5:42 PM
This revision was automatically updated to reflect the committed changes.