diff options
author | Javier González <javier@cnexlabs.com> | 2018-01-05 14:16:01 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-01-05 08:50:12 -0700 |
commit | 98281a90acc04d8a10407dabd2e397e4312b80c0 (patch) | |
tree | 05e33a55ff9ae1ccfd3d0841b3e6031a488b6b1f | |
parent | e3e13bcc14717800e3e3239ca3faac24f2f04575 (diff) | |
download | linux-next-98281a90acc04d8a10407dabd2e397e4312b80c0.tar.gz |
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>
-rw-r--r-- | include/linux/lightnvm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/lightnvm.h b/include/linux/lightnvm.h index 97ceb841e9a0..07cdb05a9a87 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; |