Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752235AbeAENW1 (ORCPT + 1 other); Fri, 5 Jan 2018 08:22:27 -0500 Received: from mail-wm0-f68.google.com ([74.125.82.68]:37544 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751759AbeAENQp (ORCPT ); Fri, 5 Jan 2018 08:16:45 -0500 X-Google-Smtp-Source: ACJfBovt3ifRAYDi4aY4w0pbwAVAkrCfiNvSONGOrniT1AotlF/G8r31R1dfUPLLj8wpLxIC+6k4Mw== From: =?UTF-8?q?Matias=20Bj=C3=B8rling?= To: axboe@fb.com Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Javier=20Gonz=C3=A1lez?= , =?UTF-8?q?Matias=20Bj=C3=B8rling?= Subject: [GIT PULL 05/25] lightnvm: remove unnecessary field from nvm_rq Date: Fri, 5 Jan 2018 14:16:01 +0100 Message-Id: <20180105131621.20808-6-m@bjorling.me> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20180105131621.20808-1-m@bjorling.me> References: <20180105131621.20808-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 Return-Path: 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 97ceb84..07cdb05 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; -- 2.9.3