On Jun 17, 2024 / 14:00, Cyril Hrubis wrote: > Signed-off-by: Cyril Hrubis <chrubis@xxxxxxx> > --- > > v2: > - make use of grep -c instead of wc -l > - Add WRITE_ZEROES string to the grep regexp Thanks for the contribution. I've applied v2 patch. Of note is that I folded in the changes below: - Added some descriptions to the commit message and the test file header. - The created loop device file path was hard coded as "/dev/loop0", which does not work when the test environment has the device before the test case run. I replaced it with "$loop_dev". - Replaced short command line options with long options for robustness and readability.