-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68679/
-----------------------------------------------------------
Review request for mesos and Till Toenshoff.
Bugs: MESOS-9214
https://issues.apache.org/jira/browse/MESOS-9214
Repository: mesos
Description
-------
The `f_bsize` elemement denotes the preferred filesystem block
size, not the unit that `f_blocks` is counting in. We need to
use `f_frsize` for that.
Diffs
-----
3rdparty/stout/tests/os/filesystem_tests.cpp
be15395fc38f7b106ddcd886ba426197f2e783d1
Diff: https://reviews.apache.org/r/68679/diff/1/
Testing
-------
Ran stout tests on macOS 10.13.2
Thanks,
James Peach