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

2009-08-14 Thread Sergiu Ivanov
Hello, > Most of the time, a good patch is one resulting in the cleanest (most > obvious) code. Keeping the patch itself simpler is not a goal, except in > bugfix releases. Hm... A very good point. I'll keep this in mind for the future, thank you. Regards, scolobb

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

2009-08-12 Thread olafBuddenhagen
Hi, On Mon, Aug 10, 2009 at 04:13:38PM +0300, Sergiu Ivanov wrote: > 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

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 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: [PATCH 1/4] Add the ``--no-mount'' option.

2009-08-03 Thread Sergiu Ivanov
>From 38ee759112cfc93a6e8edbed35d7550e998513e3 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 14 Jul 2009 16:36:05 + Subject: [PATCH 1/4] Add the ``--no-mount'' option. * mount.c (transparent_mount): New variable. * mount.h (transparent_mount): Likewise. * netfs.c (netf

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

2009-08-03 Thread Sergiu Ivanov
Hello, 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: > > > diff --git a/mount.c b/mount.c > > index 7045423..4d12cd6 100644 > > --- a/mount.c > > +++ b/mount.c > > @@ -40,6 +40,10 @@ mach_port_t mountee_por

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

2009-07-29 Thread olafBuddenhagen
Hi, On Fri, Jul 17, 2009 at 01:56:57PM +0300, Sergiu Ivanov wrote: > diff --git a/mount.c b/mount.c > index 7045423..4d12cd6 100644 > --- a/mount.c > +++ b/mount.c > @@ -40,6 +40,10 @@ mach_port_t mountee_port; > > int mountee_started = 0; > > +/* Shows the mode in which the current instance

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

2009-07-17 Thread Sergiu Ivanov
>From da538ce70651fa552f8fce67d34e87c5c66be31c Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 14 Jul 2009 16:36:05 + Subject: [PATCH 1/4] Add the ``--no-mount'' option. * mount.c (transparent_mount): New variable. * mount.h (transparent_mount): Likewise. * netfs.c (netf