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
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
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
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
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.
>