Move os_file_write() before posix_fadvise(POSIX_FADV_DONTNEED).
It is wrong to tell the OS that a block is not going to be accessed and write to it immediately afterwards.
Showing
Please register or sign in to comment
It is wrong to tell the OS that a block is not going to be accessed and write to it immediately afterwards.