Re: [PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-11-19 Thread Sergiu Ivanov
Hello, On Tue, Nov 17, 2009 at 09:51:26PM +0100, olafbuddenha...@gmx.net wrote: > > I only glanced over the patch this time, no full review... Considering > how often I looked at it already, I doubt that I would find anything new > -- diminishing returns etc. :-) > > I'd say this patch series is

Re: [PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-11-18 Thread olafBuddenhagen
Hi, I only glanced over the patch this time, no full review... Considering how often I looked at it already, I doubt that I would find anything new -- diminishing returns etc. :-) I'd say this patch series is finally ready to go... -antrik-

[PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-11-17 Thread Sergiu Ivanov
* mount.c (start_mountee): Add the mountee's filesystem to the list of merged filesystems. * node.c (node_init_root): Take into consideration the fact that an empty string refers to the mountee root. * ulfs.c (ulfs_check): Likewise. (ulfs_register): Don't check whether "" is a valid directory. ---

Re: [PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-11-08 Thread olafBuddenhagen
Hi, On Wed, Nov 04, 2009 at 07:08:45PM +0200, Sergiu Ivanov wrote: > On Fri, Oct 30, 2009 at 10:13:09AM +0100, olafbuddenha...@gmx.net > wrote: > > On Mon, Aug 17, 2009 at 08:55:37PM +0300, Sergiu Ivanov wrote: > > > I've added the corresponding comment to ulfs_register, but I > > > didn't add an

[PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-11-04 Thread Sergiu Ivanov
* mount.c (start_mountee): Add the mountee's filesystem to the list of merged filesystems. * node.c (node_init_root): Take into consideration the fact that an empty string refers to the mountee root. * ulfs.c (ulfs_check): Likewise. (ulfs_register): Don't check whether "" is a valid directory. ---

Re: [PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-10-31 Thread olafBuddenhagen
Hi, On Mon, Aug 17, 2009 at 08:55:37PM +0300, Sergiu Ivanov wrote: > On Sun, Aug 16, 2009 at 07:56:03PM +0200, olafbuddenha...@gmx.net wrote: > > On Mon, Aug 03, 2009 at 08:42:27PM +0300, Sergiu Ivanov wrote: > > > + /* A path equal to "" will mean that the current ULFS entry is the > > > +

[PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-08-17 Thread Sergiu Ivanov
* mount.c (start_mountee): Add the mountee's filesystem to the list of merged filesystems. * node.c (node_init_root): Take into consideration the fact that an empty string refers to the mountee root. * ulfs.c (ulfs_check): Likewise. (ulfs_register): Don't check whether "" is a valid directory. ---

Re: [PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-08-17 Thread olafBuddenhagen
Hi, On Mon, Aug 03, 2009 at 08:42:27PM +0300, Sergiu Ivanov wrote: > diff --git a/mount.c b/mount.c > index 45889f8..9d2a1e5 100644 > --- a/mount.c > +++ b/mount.c > @@ -27,6 +27,7 @@ > > #include "mount.h" > #include "lib.h" > +#include "ulfs.h" > > /* The command line for starting the mo

[PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-08-03 Thread Sergiu Ivanov
>From f09cbc1056ca130ae8144c7f11c75e4b20bb41d9 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 5 Jul 2009 15:26:58 +0300 Subject: [PATCH 3/3] Add the mountee to the list of merged filesystems. * mount.c (start_mountee): Add the mountee's filesystem to the list of merged fil

Re: [PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-07-14 Thread Sergiu Ivanov
>From 6ed40e2d25e8c0ebe8e2529b166bdc7131db881e Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 5 Jul 2009 15:26:58 +0300 Subject: [PATCH] Add the mountee to the list of merged filesystems. * mount.c (start_mountee): Add the mountee's filesystem to the list of merged filesystems. * node.c

Re: [PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-07-13 Thread Sergiu Ivanov
Hello, On Mon, Jul 13, 2009 at 12:02:50PM +0200, olafbuddenha...@gmx.net wrote: > On Fri, Jul 10, 2009 at 08:22:51PM +0300, Sergiu Ivanov wrote: > > On Fri, Jul 10, 2009 at 04:20:35AM +0200, olafbuddenha...@gmx.net > > wrote: > > > On Sun, Jul 05, 2009 at 06:53:50PM +0300, Sergiu Ivanov wrote: >

Re: [PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-07-10 Thread olafBuddenhagen
Hi, On Sun, Jul 05, 2009 at 04:02:01PM +0300, Sergiu Ivanov wrote: > + /* A path equal to "\0" will mean that the current ULFS entry is the > + mountee port. */ > + ulfs_register ("", 0, 0); You fixed the parameter, but you forgot to fix the comment... -antrik-

[PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-07-05 Thread Sergiu Ivanov
>From aebb706b49e547d551a049acaecc1bde58bda3e0 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 5 Jul 2009 15:26:58 +0300 Subject: [PATCH] Add the mountee to the list of merged filesystems. * mount.c (start_mountee): Add the mountee's filesystem to the list of merged filesystems. * node.c