io_uring_cmd ioengine requires engine data to store nvme protection information data. Signed-off-by: Ankit Kumar <ankit.kumar@xxxxxxxxxxx> --- io_u.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_u.h b/io_u.h index b432a540..786251d5 100644 --- a/io_u.h +++ b/io_u.h @@ -89,8 +89,8 @@ struct io_u { union { unsigned int index; unsigned int seen; - void *engine_data; }; + void *engine_data; union { struct flist_head verify_list; -- 2.25.1