engines/io_uring: remove dead code related to trim
authorVincent Fu <vincent.fu@samsung.com>
Tue, 27 Jun 2023 19:19:11 +0000 (19:19 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 5 Jul 2023 19:51:09 +0000 (15:51 -0400)
commit7f57e30f54078b36667afefdf6ea5794b6142b27
tree70fdc2cd8496613126df1f405f035d7a459723b8
parent4885a6eba420ce216e4102df3e42229e167d1b7b
engines/io_uring: remove dead code related to trim

Now that we are no longer using an NVMe IOCTL to send io_uring_cmd trim
commands we can just use the existing pathway to carry out synchronous
trim commands for zoned devices. So we no longer need this code.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
engines/io_uring.c
engines/nvme.c
engines/nvme.h