trim_verify: include a trim panel in the output
authorVincent Fu <vincentfu@gmail.com>
Mon, 31 Mar 2025 14:01:29 +0000 (10:01 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 7 Apr 2025 14:54:38 +0000 (10:54 -0400)
commit15bac8753a8d533fd74ef51d59cc9265e712834e
tree6d58e6cf221fc4d49bb1ca05bcb05eb783d6949b
parent0458bfd4496b9575944d3af4335c34cb5688cec3
trim_verify: include a trim panel in the output

The trim bit in td_ddir is not set when trim_percentage/backlog is
enabled yet fio still issues trim operations. Detect these cases and
produce output describing trim operations if we issued any.

This is similar to the fix (615c794cbf851c994e94fffe8b8f565e64f137a5)
committed for verify_backlog.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
backend.c