lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20171220172205.26464-6-m@bjorling.me> Date: Wed, 20 Dec 2017 18:21:45 +0100 From: Matias Bjørling <m@...rling.me> To: linux-block@...r.kernel.org, linux-kernel@...r.kernel.org Cc: Javier González <javier@...xlabs.com>, Matias Bjørling <m@...rling.me> Subject: [PATCH 05/25] lightnvm: remove unnecessary field from nvm_rq From: Javier González <javier@...xlabs.com> 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@...xlabs.com> Signed-off-by: Matias Bjørling <m@...rling.me> --- include/linux/lightnvm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/lightnvm.h b/include/linux/lightnvm.h index 13f0b70..900fe9f 100644 --- a/include/linux/lightnvm.h +++ b/include/linux/lightnvm.h @@ -234,7 +234,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; -- 2.9.3
Powered by blists - more mailing lists