29 Mar
2017
29 Mar
'17
5:18 p.m.
Lee Clagett wrote:
And the partial write failure test case does not cover what I am talking about. A filesystem is allowed to write the control structures before writing the data, and still meet your constraints for fsync. So the pointer to the sector has been stored but the data at that sector was never written.
In terms of the File concept, this corresponds to File::write writing up to n random bytes, then calling abort(), right?