Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 14 Dec 2002 13:59:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 14 Dec 2002 13:59:16 -0500 Received: from bgp996345bgs.nanarb01.mi.comcast.net ([68.40.49.89]:6016 "EHLO syKr0n.mine.nu") by vger.kernel.org with ESMTP id ; Sat, 14 Dec 2002 13:59:15 -0500 Subject: Re: [2.5.51] Failure to mount ext3 root when ext2 compiled in From: Mohamed El Ayouty To: Andrew Morton Cc: Rusty Russell , LKML In-Reply-To: <3DFB7D14.149B2B80@digeo.com> References: <3DFB03E8.C7AB1271@digeo.com> <1039875751.10805.3.camel@syKr0n.mine.nu> <3DFB7D14.149B2B80@digeo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 14 Dec 2002 14:06:13 -0500 Message-Id: <1039892773.1496.1.camel@syKr0n.mine.nu> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 498 Lines: 17 I tried your suggestion to replace CONFIG_DEVFS_FS with CONFIG_DEVFS_MOUNT in the code snippet: #ifdef CONFIG_DEVFS_FS sys_mount("devfs", "/dev", "devfs", 0, NULL); do_devfs = 1; #endif But it gave me the same panic on boot. Mohamed - 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/