Browse Source

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: Javier González <javier@cnexlabs.com>
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Javier González 7 years ago
parent
commit
98281a90ac
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/linux/lightnvm.h

+ 0 - 1
include/linux/lightnvm.h

@@ -233,7 +233,6 @@ struct nvm_rq {
 	void *meta_list;
 	void *meta_list;
 	dma_addr_t dma_meta_list;
 	dma_addr_t dma_meta_list;
 
 
-	struct completion *wait;
 	nvm_end_io_fn *end_io;
 	nvm_end_io_fn *end_io;
 
 
 	uint8_t opcode;
 	uint8_t opcode;