Re: [PATCH 3/5] Made unionmount always include the underlying node

2009-06-03 Thread olafBuddenhagen
Hi, On Fri, May 29, 2009 at 12:03:16AM +0300, Sergiu Ivanov wrote: @@ -90,6 +96,8 @@ main (int argc, char **argv) if (err) error (EXIT_FAILURE, err, failed to initialize root node); + ulfs_check (); + /* Map the time, used for updating node information. */ err =

Re: [PATCH 3/5] Made unionmount always include the underlying node

2009-05-28 Thread Sergiu Ivanov
From e34df048e3ece0703cbf2fcc4fb2368692b2b1f2 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov unlimitedscol...@gmail.com Date: Thu, 28 May 2009 21:33:47 +0300 Subject: [PATCH] Make unionmount always include the underlying node. * main.c (main): Add the code for always registering the underlying node

Re: [PATCH 3/5] Made unionmount always include the underlying node

2009-05-28 Thread Sergiu Ivanov
Hello, On Wed, May 27, 2009 at 11:04 PM, Thomas Schwinge tschwi...@gnu.org wrote: On Tue, May 26, 2009 at 11:31:52PM +0300, Sergiu Ivanov wrote: diff --git a/netfs.c b/netfs.c index 89d1bf6..7c375d2 100644 --- a/netfs.c +++ b/netfs.c @@ -71,9 +71,9 @@ netfs_append_args (char **argz, size_t

Re: [PATCH 3/5] Made unionmount always include the underlying node

2009-05-27 Thread Thomas Schwinge
Hello! On Tue, May 26, 2009 at 11:31:52PM +0300, Sergiu Ivanov wrote: diff --git a/netfs.c b/netfs.c index 89d1bf6..7c375d2 100644 --- a/netfs.c +++ b/netfs.c @@ -71,9 +71,9 @@ netfs_append_args (char **argz, size_t *argz_len) { if (ulfs-path) err = argz_add (argz,

[PATCH 3/5] Made unionmount always include the underlying node

2009-05-26 Thread Sergiu Ivanov
diff --git a/main.c b/main.c index c33b065..e407926 100644 --- a/main.c +++ b/main.c @@ -77,6 +77,9 @@ main (int argc, char **argv) /* Argument parsing. */ argp_parse (argp_startup, argc, argv, ARGP_IN_ORDER, 0, 0); + /* Register the underlying node in the ulfs list. */ + ulfs_register