From owner-freebsd-stable@FreeBSD.ORG Mon Oct 16 07:04:20 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13F7A16A407 for ; Mon, 16 Oct 2006 07:04:20 +0000 (UTC) (envelope-from ericlin@tamama.org) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3538F43D5E for ; Mon, 16 Oct 2006 07:04:18 +0000 (GMT) (envelope-from ericlin@tamama.org) Received: by nf-out-0910.google.com with SMTP id p77so1779227nfc for ; Mon, 16 Oct 2006 00:04:17 -0700 (PDT) Received: by 10.82.190.2 with SMTP id n2mr875363buf; Mon, 16 Oct 2006 00:04:17 -0700 (PDT) Received: by 10.82.114.5 with HTTP; Mon, 16 Oct 2006 00:04:17 -0700 (PDT) Message-ID: <47713ee10610160004w5ddd4b15s4836ccc2164986db@mail.gmail.com> Date: Mon, 16 Oct 2006 15:04:17 +0800 From: "Lin Jui-Nan Eric" Sender: ericlin@tamama.org To: "Rink Springer" , "Lin Jui-Nan Eric" , stable@freebsd.org In-Reply-To: <20061015211619.GA2002@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47713ee10610150811w4cca315etc051e0fe14d88dab@mail.gmail.com> <20061015151924.GA50017@rink.nu> <47713ee10610150830g4dc4b747j9425d3b5194829f1@mail.gmail.com> <20061015154022.GC50017@rink.nu> <20061015211619.GA2002@owl.midgard.homeip.net> X-Google-Sender-Auth: 9aecc167e46ea870 Cc: Subject: Re: mountd changed? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 07:04:20 -0000 Hi, On 10/16/06, Erik Trulsson wrote: > > I had the same problems, but only when trying to export directories from > the root filesystem. Your patch below would not help. > The following patch (very much inspired by the comment on line 1038 in > mountd.c) makes things work for me: > > Index: mountd.c This patch works for me too. Thank you the nice guys!