Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98281a90 authored by Javier González's avatar Javier González Committed by Jens Axboe
Browse files

lightnvm: remove unnecessary field from nvm_rq



Remove the wait filed in nvm_rq. It is not used anymore, as targets rely
on the functionality provided by the LightNVM subsystem when sending
sync I/O.

Signed-off-by: default avatarJavier González <javier@cnexlabs.com>
Signed-off-by: default avatarMatias Bjørling <m@bjorling.me>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent e3e13bcc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -233,7 +233,6 @@ struct nvm_rq {
	void *meta_list;
	dma_addr_t dma_meta_list;

	struct completion *wait;
	nvm_end_io_fn *end_io;

	uint8_t opcode;