Page MenuHomeFreeBSD

Fix linux_fstatfs().
ClosedPublic

Authored by trasz on Feb 20 2017, 5:30 PM.
Tags
None
Referenced Files
F135913210: D9692.id25698.diff
Fri, Nov 14, 2:39 AM
Unknown Object (File)
Wed, Nov 12, 7:38 AM
Unknown Object (File)
Sun, Nov 9, 12:01 PM
Unknown Object (File)
Wed, Nov 5, 5:12 PM
Unknown Object (File)
Wed, Nov 5, 5:12 PM
Unknown Object (File)
Wed, Nov 5, 5:12 PM
Unknown Object (File)
Wed, Nov 5, 5:12 PM
Unknown Object (File)
Wed, Nov 5, 2:59 PM
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.