Hi,
On Mon, Aug 17, 2009 at 07:15:09PM +0300, Sergiu Ivanov wrote:
> On Sun, Aug 16, 2009 at 07:42:30PM +0200, olafbuddenha...@gmx.net wrote:
> > On Mon, Aug 03, 2009 at 08:41:55PM +0300, Sergiu Ivanov wrote:
> > > Subject: [PATCH 2/3] Start the mountee in a lazy fashion.
&
Hello,
On Mon, Aug 17, 2009 at 06:54:21PM +0200, Carl Fredrik Hammar wrote:
> On Mon, Aug 17, 2009 at 07:15:09PM +0300, Sergiu Ivanov wrote:
>
> > > > + mountee_node = netfs_make_node (netfs_root_node->nn);
> > > > + if (!mountee_node)
> > > > +return ENOMEM;
> > > > +
> > > > + /* Set the
Hi,
On Mon, Aug 17, 2009 at 07:15:09PM +0300, Sergiu Ivanov wrote:
> > > + mountee_node = netfs_make_node (netfs_root_node->nn);
> > > + if (!mountee_node)
> > > +return ENOMEM;
> > > +
> > > + /* Set the mountee on the new node.
> > > + Note that the O_READ flag does not actually limit
Hello,
On Sun, Aug 16, 2009 at 07:42:30PM +0200, olafbuddenha...@gmx.net wrote:
> On Mon, Aug 03, 2009 at 08:41:55PM +0300, Sergiu Ivanov wrote:
>
> > Subject: [PATCH 2/3] Start the mountee in a lazy fashion.
>
> This title line is not very helpful. The important point is that
Hi,
On Mon, Aug 03, 2009 at 08:41:55PM +0300, Sergiu Ivanov wrote:
> Subject: [PATCH 2/3] Start the mountee in a lazy fashion.
This title line is not very helpful. The important point is that this
patch adds the code for starting the mountee. Further explanation about
how this happens, wo
>From 10fa502c1fd92c449952ebe30aa302b14a64c60d Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Sun, 5 Jul 2009 23:08:44 +0300
Subject: [PATCH 2/3] Start the mountee in a lazy fashion.
* mount.c (mountee_node): New variable.
(mountee_root): Likewise.
(mountee_started): Likewise.
(start_moun
>From 236bcec849c5775a4567c7d8fbceb75beb29dc48 Mon Sep 17 00:00:00 2001
From: Sergiu Ivanov
Date: Sun, 5 Jul 2009 23:08:44 +0300
Subject: [PATCH] Start the mountee in a lazy fashion.
* mount.c (unionmount_proxy): New variable.
(mountee_port): Likewise.
(mountee_started): Likewise.
(setup_unionmou