Re: [PATCH 1/3] Add the ``--mount'' command line option

2009-07-03 Thread olafBuddenhagen
Hi, On Mon, Jun 29, 2009 at 09:14:56PM +0300, Sergiu Ivanov wrote: > On Mon, Jun 29, 2009 at 01:44:41AM +0200, olafbuddenha...@gmx.net > wrote: > > On Wed, Jun 17, 2009 at 01:43:42AM +0200, Thomas Schwinge wrote: > > > If only one --mount option is allowed, what about a syntax like > > > this one

Re: [PATCH 3/3] Add the code for adding the mountee to the merged filesystems

2009-07-03 Thread olafBuddenhagen
Hi, On Thu, Jun 11, 2009 at 09:25:10PM +0300, Sergiu Ivanov wrote: > + ulfs_register ("\0", 0, 0); "\0" is wrong -- it will generate a string consisting of *two* \0 characters. Just use an empty string. > + ulfs_check (); > + node_init_root (netfs_root_node); Why is this needed here and not

Re: Moving to git

2009-07-03 Thread olafBuddenhagen
Hi, On Mon, Jun 29, 2009 at 10:56:01PM +0300, Sergiu Ivanov wrote: > Please note that most of my commits to nsmux repository are ugly. Is > that okay?.. Or should I refactor them somehow? Well, the code certainly should be fixed, according to what you learned in the meanwhile. As for the histor

Re: [PATCH 1/3] Add the ``--mount'' command line option

2009-07-03 Thread olafBuddenhagen
Hi, On Thu, Jun 18, 2009 at 11:14:41PM +0300, Sergiu Ivanov wrote: > @@ -124,6 +132,13 @@ argp_parse_common_options (int key, char *arg, struct > argp_state *state) >ulfs_match = 0; >break; > > +case OPT_MOUNT: > + /* TODO: Improve the mountee command line parsing mech

Re: [PATCH 2/3] Add the code for starting up the mountee

2009-07-03 Thread olafBuddenhagen
Hi, On Thu, Jun 11, 2009 at 09:19:21PM +0300, Sergiu Ivanov wrote: > * netfs.c: Update copyright years. > (netfs_S_dir_lookup): Add the code for starting up the mountee > at the first invocation. Just "Start up mountee on first invocation" is probably better. > (netfs_get_dirents): Likewise. >