Hello,
On Sat, Jul 04, 2009 at 12:43:37PM +0200, olafbuddenha...@gmx.net wrote:
> On Sat, Jul 04, 2009 at 12:30:20PM +0300, Sergiu Ivanov wrote:
> > On Fri, Jul 03, 2009 at 06:24:36AM +0200, olafbuddenha...@gmx.net wrote:
> > > On Mon, Jun 29, 2009 at 10:56:01PM +0300, Sergiu Ivanov wrote:
>
> >
>From 653c53ba519ddc0b9a338b3ac7548a84c1384f0b Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Tue, 7 Jul 2009 13:34:32 +
Subject: [PATCH] Orphan the mountee.
* mount.c (start_mountee): Orphan the mountee immediately after
starting it.
(setup_unionmount): Drop the reference to the proxy no
Hello!
On Sun, Jul 05, 2009 at 07:21:08PM +0200, Arne Babenhauserheide wrote:
> Am Samstag, 4. Juli 2009 17:13:17 schrieb Thomas Schwinge:
> > Just a quick comment: instead of altering the existing announcement now,
> > what about publishing these (undoubted!) enhancements in the next one --
> > b
Hello,
It was agreed that unionmount should forward some of the RPCs invoked
on its control port to the mountee. Most (if not all) of such RPCs
are the fsys_* ones. I've made up a list of RPCs which should be
proxied in my opinion and I've also added a short explanation as to
how this proxying s
Hello,
In the latest working design unionmount creates a proxy node (by
cloning the netfs_root_node of unionfs translator) and sets the
mountee on this proxy. I'm currently trying to implement cfhammar's
idea about having the mountee run in orphan mode. To achieve this I
call only fshelp_start_t
Hi,
On Tue, Jul 07, 2009 at 08:55:37PM +0300, Sergiu Ivanov wrote:
> It was agreed that unionmount should forward some of the RPCs invoked
> on its control port to the mountee. Most (if not all) of such RPCs
> are the fsys_* ones. I've made up a list of RPCs which should be
> proxied in my opini
Hi,
On Tue, Jul 07, 2009 at 09:24:27PM +0300, Sergiu Ivanov wrote:
> In the latest working design unionmount creates a proxy node (by
> cloning the netfs_root_node of unionfs translator) and sets the
> mountee on this proxy. I'm currently trying to implement cfhammar's
> idea about having the mou
On Mon, 2009-07-06 at 21:01 +0800, Da Zheng wrote:
> Samuel Thibault wrote:
> > Da Zheng, le Mon 06 Jul 2009 14:23:20 +0800, a écrit :
> >
> >> Thomas Schwinge wrote:
> >>
> >>> Zheng Da asked me to tell him about previous work that has been done on
> >>> supporting and using Berkeley Packe