Hi! So what the test does is: - creates a sparse file (truncates an empty file to non-zero size) - starts N child processes that open the file and read it in chunks while they expect zeros to be read - starts a single writer child that opens the file with O_DIRECT and writes zeros to the file starting at some offset
And if the test fails it means that at some point one of the reader children have seen inconsistent state. -- Cyril Hrubis chru...@suse.cz _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel