Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -7446,12 +7446,12 @@ static int copy_cmd(int argc, char **argv, struct command *cmd, struct plugin *p
__u32 elbatms[256] = { 0 };
__u32 elbats[256] = { 0 };

union {
_cleanup_free_ union {
struct nvme_copy_range f0[256];
struct nvme_copy_range_f1 f1[256];
struct nvme_copy_range_f2 f2[256];
struct nvme_copy_range_f3 f3[256];
} *copy;
} *copy = NULL;

struct config {
__u32 namespace_id;
Expand Down