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
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-
* 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.
---
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
* 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.
---
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
> > > +
* 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.
---
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
>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
>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
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:
>
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-
>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
13 matches
Mail list logo