Page MenuHomeFreeBSD

Fix linux_fstatfs().
ClosedPublic

Authored by trasz on Feb 20 2017, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 11:10 AM
Unknown Object (File)
Dec 13 2024, 12:02 AM
Unknown Object (File)
Dec 7 2024, 7:11 PM
Unknown Object (File)
Nov 24 2024, 8:56 PM
Unknown Object (File)
Sep 30 2024, 4:26 PM
Unknown Object (File)
Sep 24 2024, 8:39 AM
Unknown Object (File)
Sep 24 2024, 3:00 AM
Unknown Object (File)
Sep 23 2024, 6:19 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 Passed
Unit
No Test Coverage
Build Status
Buildable 7586
Build 7738: arc lint + arc unit

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.