From: Javier González Date: Fri, 5 Jan 2018 13:16:01 +0000 (+0100) Subject: lightnvm: remove unnecessary field from nvm_rq X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=98281a90acc04d8a10407dabd2e397e4312b80c0;p=linux.git 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 Signed-off-by: Matias Bjørling Signed-off-by: Jens Axboe --- diff --git a/include/linux/lightnvm.h b/include/linux/lightnvm.h index 97ceb841e9a0c..07cdb05a9a873 100644 --- a/include/linux/lightnvm.h +++ b/include/linux/lightnvm.h @@ -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;