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

2009-08-10 Thread olafBuddenhagen
Hi, On Mon, Aug 03, 2009 at 08:20:19PM +0300, Sergiu Ivanov wrote: > On Sat, Jul 18, 2009 at 06:33:11AM +0200, olafbuddenha...@gmx.net wrote: > > On Thu, Jul 16, 2009 at 01:04:06PM +0300, Sergiu Ivanov wrote: > > And I still don't like "np". > > I looked through unionfs again and I can confirm t

Re: Further Git repositories?

2009-08-10 Thread olafBuddenhagen
Hi, On Sun, Aug 02, 2009 at 02:05:30PM +0200, Thomas Schwinge wrote: > Now, for publishing last years' GSoC projects etc., we'd need another > bunch of 'em: for the projects that create new ``modules'' (procfs, > LISP stuff, libchannel, eth-filter, eth-multiplexer, proc_proxy, > nsmux, ...) -- I'

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

2009-08-10 Thread olafBuddenhagen
Hi, On Mon, Aug 03, 2009 at 08:41:15PM +0300, Sergiu Ivanov wrote: > + if ((err = asprintf (&buf, "%s=\"%s\"", OPT_LONG (OPT_LONG_MOUNT), > +mountee_cl)) == -1) > + { > + free (mountee_cl); > + return ENOMEM; > + } > + > + err = argz_add (argz

Re: Hiding nodes with unionmount

2009-08-10 Thread olafBuddenhagen
Hi, On Tue, Aug 04, 2009 at 12:19:28PM +0200, Arne Babenhauserheide wrote: > Am Dienstag, 4. August 2009 07:20:05 schrieb Sergiu Ivanov: > > You'd better ask antrik or Zheng. They seem to posses the required > > information. > > I forwarded the question to antrik. I read all posts on this lis

Re: nfsd and file handles

2009-08-10 Thread olafBuddenhagen
Hi, On Mon, Aug 03, 2009 at 08:46:17PM +0300, Sergiu Ivanov wrote: > On Sat, Jul 18, 2009 at 07:11:47AM +0200, olafbuddenha...@gmx.net wrote: > > On Mon, Jul 13, 2009 at 11:17:15PM +0300, Sergiu Ivanov wrote: > > > The best situation would be if the file handle could be easily > > > avoided, on w

Re: [PATCH 1/4] Add the ``--no-mount'' option.

2009-08-10 Thread olafBuddenhagen
Hi, On Mon, Aug 03, 2009 at 10:39:51PM +0300, Sergiu Ivanov wrote: > On Wed, Jul 29, 2009 at 09:27:10AM +0200, olafbuddenha...@gmx.net wrote: > > On Fri, Jul 17, 2009 at 01:56:57PM +0300, Sergiu Ivanov wrote: > > > +/* Shows the mode in which the current instance of unionmount > > > + operates

Re: Unionmount: proxying the control port

2009-08-10 Thread olafBuddenhagen
Hi, On Mon, Aug 03, 2009 at 08:59:15PM +0300, Sergiu Ivanov wrote: > On Sat, Jul 18, 2009 at 07:21:59AM +0200, olafbuddenha...@gmx.net > wrote: > > It *might* be useful to union-mount the bootstrap filesystem -- I'm > > just not sure whether it's even possible in theory :-) > > I think I must as

Re: ioperm and iopl in gnumach

2009-08-10 Thread olafBuddenhagen
Hi, On Mon, Aug 03, 2009 at 07:12:22PM +0200, Thomas Schwinge wrote: > There are two ways to use it: either the GNU Mach RPCs > i386_io_perm_create and i386_io_perm_modify (see > [gnumach]/i386/include/mach/i386/mach_i386.defs) can directly be used, > or the more standard (at least on x86) glibc

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

2009-08-10 Thread Sergiu Ivanov
Hello, On Fri, Aug 07, 2009 at 09:30:22PM +0200, olafbuddenha...@gmx.net wrote: > On Mon, Aug 03, 2009 at 08:41:15PM +0300, Sergiu Ivanov wrote: > > > + if ((err = asprintf (&buf, "%s=\"%s\"", OPT_LONG (OPT_LONG_MOUNT), > > + mountee_cl)) == -1) > > + { > > + free

Re: [PATCH 1/4] Add the ``--no-mount'' option.

2009-08-10 Thread Sergiu Ivanov
Hello, On Sat, Aug 08, 2009 at 04:53:29AM +0200, olafbuddenha...@gmx.net wrote: > On Mon, Aug 03, 2009 at 10:39:51PM +0300, Sergiu Ivanov wrote: > > On Wed, Jul 29, 2009 at 09:27:10AM +0200, olafbuddenha...@gmx.net wrote: > > > On Fri, Jul 17, 2009 at 01:56:57PM +0300, Sergiu Ivanov wrote: > > >

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

2009-08-10 Thread Sergiu Ivanov
Hello, On Fri, Aug 07, 2009 at 07:58:34PM +0200, olafbuddenha...@gmx.net wrote: > On Mon, Aug 03, 2009 at 08:20:19PM +0300, Sergiu Ivanov wrote: > > On Sat, Jul 18, 2009 at 06:33:11AM +0200, olafbuddenha...@gmx.net wrote: > > > On Thu, Jul 16, 2009 at 01:04:06PM +0300, Sergiu Ivanov wrote: > > >

Re: Unionmount: proxying the control port

2009-08-10 Thread Sergiu Ivanov
Hello, On Fri, Aug 07, 2009 at 11:00:03PM +0200, olafbuddenha...@gmx.net wrote: > On Mon, Aug 03, 2009 at 08:59:15PM +0300, Sergiu Ivanov wrote: > > On Sat, Jul 18, 2009 at 07:21:59AM +0200, olafbuddenha...@gmx.net > > wrote: > > If so, unionmount could be used with a bootstrap filesystem in the >

[PATCH 1/2] Fix some minor issues.

2009-08-10 Thread Sergiu Ivanov
>From 3f7c8c06d40b587c1d455ed69a31984d5995c33b Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 4 Aug 2009 15:09:21 +0300 Subject: [PATCH] Fix some minor issues. * eth-multiplexer/device_impl.c (ds_device_open): Check if openstat flags are a subset of mode flags (not conversely). * eth-mul

[PATCH 2/2] Setup the node stat information in netfs_validate_stat.

2009-08-10 Thread Sergiu Ivanov
>From a5fed70ec0d00b4b4a5bc51bcc15b67b56521d55 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 10 Aug 2009 01:25:26 +0300 Subject: [PATCH] Setup the node stat information in netfs_validate_stat. * eth-multiplexer/device_impl.c (ds_device_open): Don't set the stat information. * eth-multip

[PATCH] Add the .MASTER node to the eth-multiplexer.

2009-08-10 Thread Sergiu Ivanov
>From 82f635e6ecafe74c70269babfb0e0bb0e7db99db Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 10 Aug 2009 20:13:26 +0300 Subject: [PATCH] Add the .MASTER node to the eth-multiplexer. * eth-multiplexer/device_impl.c (ds_device_open): Handle the .MASTER node specially. * eth-multiplexer/mu

[PATCH 0/2] Correct some libnetfs-related issues in eth-multiplexer

2009-08-10 Thread Sergiu Ivanov
Hello, While working on making eth-multiplexer support unionmount I encountered several issues in the libnetfs-part of the multiplexer. This patch series is intended to fix the most critical of this issues. Regards, scolobb

[PATCH] Add priority support to the filesystem of the mountee.

2009-08-10 Thread Sergiu Ivanov
>From f80e4d6fbf270d0bcebc9f101da307633ab96f99 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 10 Aug 2009 20:22:29 + Subject: [PATCH] Add priority support to the filesystem of the mountee. * mount.c (mountee_priority): New variable. (setup_unionmount): Register the mountee with the s

[PATCH] Fix the ``--priority'' option handling in netfs_append_args.

2009-08-10 Thread Sergiu Ivanov
>From 95210c2ff4daa226eea7127dc2878995d989abaf Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 10 Aug 2009 20:54:03 + Subject: [PATCH] Fix the ``--priority'' option handling in netfs_append_args. * netfs.c (netfs_append_args): Change the format specification to ``%d''. --- I've been