Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756023AbdLTR3x (ORCPT ); Wed, 20 Dec 2017 12:29:53 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:43278 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755907AbdLTRWT (ORCPT ); Wed, 20 Dec 2017 12:22:19 -0500 X-Google-Smtp-Source: ACJfBovq1oiP6FTV08y31o6tXpLxBUiF6VGN3mqRfvLpvhoM1n8JzerssDMQEe8eACSm1GVOMd5vIg== From: =?UTF-8?q?Matias=20Bj=C3=B8rling?= To: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Cc: =?UTF-8?q?Javier=20Gonz=C3=A1lez?= , =?UTF-8?q?Matias=20Bj=C3=B8rling?= Subject: [PATCH 05/25] lightnvm: remove unnecessary field from nvm_rq Date: Wed, 20 Dec 2017 18:21:45 +0100 Message-Id: <20171220172205.26464-6-m@bjorling.me> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20171220172205.26464-1-m@bjorling.me> References: <20171220172205.26464-1-m@bjorling.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 693 Lines: 26 From: Javier González 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 --- 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