@@ -1532,7 +1532,7 @@ static int get_persistent_event_log(int argc, char **argv,
15321532
15331533 __cleanup_free struct nvme_persistent_event_log * pevent = NULL ;
15341534 struct nvme_persistent_event_log * pevent_collected = NULL ;
1535- _cleanup_huge_ struct nvme_mem_huge mh = { 0 , };
1535+ __cleanup_huge struct nvme_mem_huge mh = { 0 , };
15361536 _cleanup_nvme_global_ctx_ struct libnvme_global_ctx * ctx = NULL ;
15371537 _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
15381538 nvme_print_flags_t flags ;
@@ -5123,7 +5123,7 @@ static int fw_download(int argc, char **argv, struct command *acmd, struct plugi
51235123
51245124 _cleanup_nvme_global_ctx_ struct libnvme_global_ctx * ctx = NULL ;
51255125 _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
5126- _cleanup_huge_ struct nvme_mem_huge mh = { 0 , };
5126+ __cleanup_huge struct nvme_mem_huge mh = { 0 , };
51275127 __cleanup_fd int fw_fd = -1 ;
51285128 unsigned int fw_size , pos ;
51295129 int err ;
@@ -8317,7 +8317,7 @@ static int submit_io(int opcode, char *command, const char *desc, int argc, char
83178317 _cleanup_nvme_global_ctx_ struct libnvme_global_ctx * ctx = NULL ;
83188318 unsigned long long buffer_size = 0 , mbuffer_size = 0 ;
83198319 __cleanup_free struct nvme_nvm_id_ns * nvm_ns = NULL ;
8320- _cleanup_huge_ struct nvme_mem_huge mh = { 0 , };
8320+ __cleanup_huge struct nvme_mem_huge mh = { 0 , };
83218321 __cleanup_free struct nvme_id_ns * ns = NULL ;
83228322 unsigned int logical_block_size = 0 ;
83238323 struct timeval start_time , end_time ;
@@ -9271,7 +9271,7 @@ static int passthru(int argc, char **argv, bool admin,
92719271 const char * wr = "set dataflow direction to send" ;
92729272 const char * prefill = "prefill buffers with known byte-value, default 0" ;
92739273
9274- _cleanup_huge_ struct nvme_mem_huge mh = { 0 , };
9274+ __cleanup_huge struct nvme_mem_huge mh = { 0 , };
92759275 _cleanup_nvme_global_ctx_ struct libnvme_global_ctx * ctx = NULL ;
92769276 _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
92779277 __cleanup_fd int dfd = -1 , mfd = -1 ;
@@ -10428,7 +10428,7 @@ static int libnvme_mi(int argc, char **argv, __u8 admin_opcode, const char *desc
1042810428 bool send ;
1042910429 __cleanup_fd int fd = -1 ;
1043010430 int flags ;
10431- _cleanup_huge_ struct nvme_mem_huge mh = { 0 , };
10431+ __cleanup_huge struct nvme_mem_huge mh = { 0 , };
1043210432 _cleanup_nvme_global_ctx_ struct libnvme_global_ctx * ctx = NULL ;
1043310433 _cleanup_nvme_transport_handle_ struct libnvme_transport_handle * hdl = NULL ;
1043410434 __u32 result ;
0 commit comments