==> Regarding [autofs] Re: [ANNOUNCE] Important update - autofs 4.1.4 release; 
[EMAIL PROTECTED] adds:

raven> On Sun, 10 Apr 2005 [EMAIL PROTECTED] wrote:
>> Hi all,
>> 
>> Here is autofs 4.1.4.

raven> There were a couple of mistakes in the release.

raven> The kernel patches have been updated as there were some obvious
raven> errors in them.  An error in patching of the Debian portion of the
raven> init script was corrected.

raven> I've uploaded corrected versions along with a MD5SUMS file of
raven> checksums for people to verify against.

raven> The new upload has a timestamp of 11-Apr-2005 06:21-59. If you
raven> downloaded anything before this, sorry, you'll need to get the
raven> updated files.

This new version has regressed since beta2 for /net mounts in my
environment.  A simple ls of /net/<filer> will now show the contents of
/net/<filer>/exporteddir.  So, for example, we have devfiler which exports
/vol/vol1.  When I do an ls of /net/devfiler, I get the contents of
devfiler:/vol/vol1.

Okay, after further debugging, it seems we're not identifying this as a
multimount entry.  It's getting late, so I'm going to turn this over to
you.  I think that the checking of first_chunk is bogus.  For instance,
with the below change, everything works as expected for me.

-Jeff

--- autofs-4.1.4/modules/parse_sun.c.orig       2005-04-13 21:52:21.663629568 
-0400
+++ autofs-4.1.4/modules/parse_sun.c    2005-04-13 21:52:31.687105768 -0400
@@ -766,7 +766,7 @@ static int check_is_multi(const char *ma
 {
        const char *p = (char *) mapent;
        int multi = 0;
-       int first_chunk = 0;
+       int first_chunk = 1;
 
        while (*p) {
                p = skipspace(p);
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to