From owner-freebsd-fs@FreeBSD.ORG Thu Dec 4 20:34:02 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39DE1106564A for ; Thu, 4 Dec 2008 20:34:02 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-gx0-f19.google.com (mail-gx0-f19.google.com [209.85.217.19]) by mx1.freebsd.org (Postfix) with ESMTP id D516A8FC17 for ; Thu, 4 Dec 2008 20:34:01 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by gxk12 with SMTP id 12so3115149gxk.19 for ; Thu, 04 Dec 2008 12:34:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=xaWPJ6KtVDOzeTiFc5tTqLrHYCVMPtig054SUBU0M1U=; b=A9TCGPBXxrGCQ33ADXJ4N91wlZCrjC3VIrc6BePgOp6FKNtUnAbyWL10oPUFBglm5N 22Fz1GNBPDerypO4k5iixkjVcCh2x8neeQGRuRXI58E56KfmtbLK4IaAggDgKHsQ518f IzeRFb840IgbmoiTyqQWImStPVyRlwIfPURS4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=o9IczLIoi+ZyVEQBwOcFO0Qxv6nQDwOu4YJj9b44ZYXIt/JQ6cGgtt62NKHVD0NGxo Ze5l3CpUqWW6UIMQKR6/5SVpPTQE/EjB5ddgiPuUQAibcTcBUhg3Z4u+5w4hfxs9PsKU KnSqVCuxLAGMpBLSL+G5+cXIyGsZEAY5U4CR8= Received: by 10.231.13.130 with SMTP id c2mr444202iba.8.1228422116510; Thu, 04 Dec 2008 12:21:56 -0800 (PST) Received: by 10.231.19.11 with HTTP; Thu, 4 Dec 2008 12:21:56 -0800 (PST) Message-ID: <3a142e750812041221v26520a53q4f7df488af607305@mail.gmail.com> Date: Thu, 4 Dec 2008 21:21:56 +0100 From: "Paul B. Mahol" To: "Daichi GOTO" In-Reply-To: <4917E0C9.5020105@ongs.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4917E0C9.5020105@ongs.co.jp> Cc: freebsd-fs@freebsd.org, FreeBSD Current Subject: Re: [Call for Test] a patch for kern/121385 - Unionfs cross mount issue X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 20:34:02 -0000 On 11/10/08, Daichi GOTO wrote: > Hi Unionfs users > > About kern/121385 - Unionfs cross mount issue, by discussion at > EuroBSDCon2008, > unionfs does not allow user to do cross mount operation. If you have some > interest > this issue, please get this patch and try with current. I'll commit this > patch after 1 week later. > > PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/121385 > Patch: > http://people.freebsd.org/~daichi/unionfs/experiments/unionfs-cross-mount.diff > > This issue was discussed at EuroBSDCon2008 FreeBSD developer summit. > Thanks for hrs and gnn :) > > -- > Daichi GOTO, http://people.freebsd.org/~daichi > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > I tested CURRENT and was unable to reproduce panic. -- Paul