From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH] NFS: Make NFS root work again Date: Mon, 18 Jun 2007 12:09:35 +0100 Message-ID: <22425.1182164975@redhat.com> References: <20070616091514.8e5dc1d3.akpm@linux-foundation.org> <20070607164003.24322.51086.stgit@warthog.cambridge.redhat.com> Cc: torvalds@linux-foundation.org, trond.myklebust@fys.uio.no, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Andrew Morton Return-path: Received: from mx1.redhat.com ([66.187.233.31]:43728 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760227AbXFRLKV (ORCPT ); Mon, 18 Jun 2007 07:10:21 -0400 In-Reply-To: <20070616091514.8e5dc1d3.akpm@linux-foundation.org> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Andrew Morton wrote: > What is not working, and how does this patch fix it? It turns out that this patch is unnecessary. The problem had to do with the initcalling of default_rootfs() (or lack of initcalling in this case). I fixed vmlinux.lds.S and it works now. David