genode/repos/os/src/server/fs_report
Christian Helmuth e2559a822b server/fs_report: don't truncate file initially
fs_report truncated the report file on construction of the report
session to mimic an "empty report". This prevented existing use cases
where the initial state was already written to the file system by other
means.

I doubt that use cases exist where the inital empty-report mimic is
needed and (if I'm wrong) there is still the race of the consumer
reading the file just before the report session is constructed.
Reporters that want to enforce an empty initial report should send it
explicitly.
2018-05-31 12:28:15 +02:00
..
main.cc server/fs_report: don't truncate file initially 2018-05-31 12:28:15 +02:00
target.mk server/fs_report: write reports to file-systems 2017-06-19 12:35:54 +02:00