Re: [PATCH] Orphan the mountee.

2009-07-11 Thread olafBuddenhagen
Hi, On Fri, Jul 10, 2009 at 06:58:53PM +0300, Sergiu Ivanov wrote: > diff --git a/mount.c b/mount.c > index f9a5257..fb6226d 100644 > --- a/mount.c > +++ b/mount.c > @@ -156,14 +156,6 @@ start_mountee (node_t * np, char * argz, size_t > argz_len, int flags, >if (err) > return err; > >

Re: [PATCH] Orphan the mountee.

2009-07-10 Thread Sergiu Ivanov
>From 77a5938d2daf940779dabaf50700d6b0e9ff927b Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Wed, 8 Jul 2009 13:01:20 + Subject: [PATCH] Orphan the mountee. * mount.c (start_mountee): Don't attach the mountee to the proxy node. --- Another correction: the previous patch orph

Re: [PATCH] Orphan the mountee.

2009-07-08 Thread Sergiu Ivanov
>From 726c3ccb12893d4b3dc0afd173669bde43dd92f0 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Wed, 8 Jul 2009 13:01:20 + Subject: [PATCH] Orphan the mountee. * mount.c (unionmount_proxy): Remove variable. (start_mountee): Remove parameter np. Remove variable underlying_port. Don'

[PATCH] Orphan the mountee.

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