[LTP] [PATCH v7 2/2] ioctl_fiemap01: New test for fiemap ioctl()
Cyril Hrubis
chrubis@suse.cz
Mon Apr 14 18:02:04 CEST 2025
Hi!
Pushed with a minor change, thanks.
> + TST_EXP_EQ_LU((extent->fe_flags & fe_mask), fe_flags);
> + TST_EXP_EXPR(extent->fe_physical >= 1, "Check fe_physical > %d", 1);
^
The macro already
prints "Expect: " in
the message so the
"Check " here is
redundant.
Hence I've removed the "Check " part from the two macros in the test
before pushing.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list