From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752278AbbJLTOl (ORCPT ); Mon, 12 Oct 2015 15:14:41 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:60909 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbbJLTOk (ORCPT ); Mon, 12 Oct 2015 15:14:40 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Jens Axboe , Christoph Hellwig , Matthew Wilcox , linux-nvme@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] nvme: fix 32-bit build warning Date: Mon, 12 Oct 2015 21:14:24 +0200 Message-ID: <5683852.vTfiqtLZLZ@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <561C0599.1090904@fb.com> References: <5851501.PBMrs03XFb@wuerfel> <20151012190339.GA31736@lst.de> <561C0599.1090904@fb.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:WCE2zlC+WPd13NlZatf7cGs9K2CEZvTKb67j9KHV7eQZuidt87U RuFNfcbdCjD8DZYgzAA3BCiaahtEFyoDIyXPSO5fyFSAxMnWCPiNs3wRYowDD44R6l/POtH FAgrVWOu3iV8xO7HUjyZo+Qdnd/uzIvIs8FOEmM1Mhw2Wbc1+CglwFD8KDhq64j7dGsbQko 7D9mDhzGYzpvuXUsmHiHw== X-UI-Out-Filterresults: notjunk:1;V01:K0:SRVJuVuWhjk=:X4W/NAIbhO9WFWyMC8rA/g NZ5fa4XPY3eNmSC0/CXihZM81z57Wj6rh6LjuYJOwbeiCNEgdjCucutjLA76mhxsROXqi2W3/ 2JbJBw/ORC1CjyrgFPzzMJX5jA6NB35KRwKhIAgTipeb8CsEpmh2jkOJwJwRS06Cfzi8kNgcz eF1vmwrl3d2DNsjYMSjdGpQpbtlp8q5+9Bo02sqKPWJvAaFtZusKc52+lMiW2eTAvNntINgIS F9Ft2fI0boPBlpCulAC/QErUS9jJ7lB1KlN2peTROMbDNtw4Kb8e7MZq66UHzPuGNEsSu0VuG noMJfTQTtU2OOQNIbfzlwcJhXqmy+vlrt1DgeSLrMOJvPWNPafCoeaZXpxrNYD9IwoyH6unia MVi5VOxSDzJo6vFwUw4UYX16ez02uz4Fd+4Yqxk5/L7jUXv/k371eradl/YbwkO0aYdXAz0IE BPucLhNjoYFgJ9wrF/RlCTouxr+P8KNkrxx10EvkvNzglr2pXdzhS8GgKr5xGwio/IE0YIw1S sx3WtTKy0HoF3GVftJOlMq1Djc22FtK1hijCcV3/ctd+KiulXmtcx9U+pRai8VB+9VO/dd2dV zeWRrAlU3M1WyMyPrrzefVUP4Rx0cmn85ShM50+sLcAhlCKSJ8K+MKjiCmRGCn6gDtCIlyHEl THvNZ7W8m3O/ER7r2NwIC23etJkWcDdcVAwmZr5oEww+seaoQWREJ/rJh/plod3Zp4GTJ9l+t uWHMco9t/PMz1CY8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 12 October 2015 13:10:17 Jens Axboe wrote: > On 10/12/2015 01:03 PM, Christoph Hellwig wrote: > > Looks good, > > > > Reviewed-by: Christoph Hellwig > > > > Note that we're moved the nvme driver to a new directory in the > > block tree, but I can rebase it for you if you want. > > I man handled it on both branches, so we should be good. Thanks! I already saw the move, and it caused another build error when CONFIG_BLOCK is disabled. Do you have this one? Arnd diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig index 0089f78b4071..002a94abdbc4 100644 --- a/drivers/nvme/host/Kconfig +++ b/drivers/nvme/host/Kconfig @@ -1,6 +1,6 @@ config BLK_DEV_NVME tristate "NVM Express block device" - depends on PCI + depends on PCI && BLOCK ---help--- The NVM Express driver is for solid state drives directly connected to the PCI or PCI Express bus. If you know you