Re: [PATCH 2/3] Start the mountee in a lazy fashion.

2009-10-31 Thread olafBuddenhagen
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. &

Re: [PATCH 2/3] Start the mountee in a lazy fashion.

2009-08-17 Thread Sergiu Ivanov
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

Re: [PATCH 2/3] Start the mountee in a lazy fashion.

2009-08-17 Thread Carl Fredrik Hammar
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

Re: [PATCH 2/3] Start the mountee in a lazy fashion.

2009-08-17 Thread Sergiu Ivanov
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

Re: [PATCH 2/3] Start the mountee in a lazy fashion.

2009-08-17 Thread olafBuddenhagen
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

[PATCH 2/3] Start the mountee in a lazy fashion.

2009-08-03 Thread Sergiu Ivanov
>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

Re: [PATCH 2/3] Start the mountee in a lazy fashion

2009-07-05 Thread Sergiu Ivanov
>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