Page MenuHomeFreeBSD

Fix linux_fstatfs().
ClosedPublic

Authored by trasz on Feb 20 2017, 5:30 PM.
Tags
None
Referenced Files
F83300973: D9692.diff
Wed, May 8, 2:55 PM
F83290388: D9692.diff
Wed, May 8, 12:02 PM
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
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 7592
Build 7744: 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.