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
>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
>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
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()