aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/lightnvm.h
diff options
context:
space:
mode:
authorJavier González <javier@cnexlabs.com>2018-01-05 14:16:01 +0100
committerJens Axboe <axboe@kernel.dk>2018-01-05 08:50:12 -0700
commit98281a90acc04d8a10407dabd2e397e4312b80c0 (patch)
tree05e33a55ff9ae1ccfd3d0841b3e6031a488b6b1f /include/linux/lightnvm.h
parentlightnvm: remove hybrid ocssd 1.2 support (diff)
downloadwireguard-linux-98281a90acc04d8a10407dabd2e397e4312b80c0.tar.xz
wireguard-linux-98281a90acc04d8a10407dabd2e397e4312b80c0.zip
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>
Diffstat (limited to 'include/linux/lightnvm.h')
-rw-r--r--include/linux/lightnvm.h1
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;