Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760124AbXKGSiw (ORCPT ); Wed, 7 Nov 2007 13:38:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758141AbXKGShk (ORCPT ); Wed, 7 Nov 2007 13:37:40 -0500 Received: from E23SMTP01.au.ibm.com ([202.81.18.162]:53555 "EHLO e23smtp01.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759592AbXKGShi (ORCPT ); Wed, 7 Nov 2007 13:37:38 -0500 Message-ID: <473205D2.3080703@linux.vnet.ibm.com> Date: Thu, 08 Nov 2007 00:07:06 +0530 From: Kamalesh Babulal User-Agent: Thunderbird 1.5.0.14pre (X11/20071023) MIME-Version: 1.0 To: akpm@linux-foundation.org CC: mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org, kay.sievers@vrfy.org, gregkh@suse.de, Andy Whitcroft Subject: Re: mm snapshot broken-out-2007-11-06-02-32 build failure init/do_mount References: <200711061033.lA6AXrhT018804@imap1.linux-foundation.org> In-Reply-To: <200711061033.lA6AXrhT018804@imap1.linux-foundation.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 764 Lines: 23 Hi Andrew, The kernel build fails with randconfig, with folllowing error init/do_mounts.c: In function ?name_to_dev_t?: init/do_mounts.c:110: error: implicit declaration of function ?blk_lookup_devt? make[1]: *** [init/do_mounts.o] Error 1 make: *** [init] Error 2 This is caused by gregkh-driver-block-device.patch, where the function blk_lookup_devt is declared within #ifdef CONFIG_BLOCK and randconfig has not set the CONFIG_BLOCK it. -- Thanks & Regards, Kamalesh Babulal, Linux Technology Center, IBM, ISTL. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/