[LWN Logo]

Date:   Mon, 17 Jan 2000 18:48:14 -0800 (PST)
From:   Jeremy Fitzhardinge <jeremy@goop.org>
To:     linux-kernel@vger.rutgers.edu
Subject: Major autofs rework

Hi,

I've significantly modified the autofs filesystem in order to support tree
mounts (Solaris-style /net, for example).  As part of this I've reworked it to
use dentries directly rather than maintaining a parallel set of structures.

This patch implements autofs protocol v4, but it should be completely backwards
compatible with automount v3 daemons.  Conversely, the automount v4 daemon
should work the same as a v3 daemon when used with a v3 filesystem.

I'm particularly interested in 3 things:
- is autofs doing the right thing by the VFS?
- does forwards/backwards compatability work properly?
- is it solid?

Patches for 2.2.x, 2.3.x and the user-mode code are available at
http://www.goop.org/~jeremy/autofs

        J

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/