Re: How to request notifications

2009-07-14 Thread Sergiu Ivanov
Hello, On Mon, Jul 13, 2009 at 08:47:56PM +0300, Sergiu Ivanov wrote: > My current goal is to make unionmount go away when the mountee (the > union-mounted translator) goes away. From antrik's words (and from > personal remembering) I know that this could be achieved by listening > to the MACH_NO

Re: [PATCH 3/3] Add the mountee to the list of merged filesystems.

2009-07-14 Thread Sergiu Ivanov
>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

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

2009-07-14 Thread Sergiu Ivanov
>From 5f0ae10564d3f9fe6b0fefd8766d118c3c1b880b Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 5 Jul 2009 22:39:09 +0300 Subject: [PATCH] Add the ``--mount'' command line option. * Makefile (OBJS): Add mount.o * options.h (OPT_MOUNT, OPT_LONG_MOUNT): Define. * options.c (argp_common_optio

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

2009-07-14 Thread Sergiu Ivanov
Hello, On Fri, Jul 10, 2009 at 03:23:29AM +0200, olafbuddenha...@gmx.net wrote: > On Sun, Jul 05, 2009 at 07:17:33PM +0300, Sergiu Ivanov wrote: > > On Fri, Jul 03, 2009 at 06:52:37AM +0200, olafbuddenha...@gmx.net > > wrote: > > > > This surely needs some special handling in netfs_append_args()