-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69085/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Jie Yu, and Jan Schlicht.
Bugs: MESOS-9281
https://issues.apache.org/jira/browse/MESOS-9281
Repository: mesos
Description
-------
To ensure the directories created by `mkdir` are commited to their
filesystems, an `fsync` will be called on the parent of each created
directory.
Diffs
-----
3rdparty/stout/include/stout/os/posix/mkdir.hpp
418db9af310ed763a5ae4735c2ebdd1ca38738ba
Diff: https://reviews.apache.org/r/69085/diff/1/
Testing
-------
make check
Thanks,
Chun-Hung Hsiao