LWN.net Logo

autofs4 - add direct mount functionality to autofs

From:  Ian Kent <raven@themaw.net>
To:  Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject:  [RFC:PATCH 0/4] autofs4 - add direct mount functionality to autofs
Date:  Fri, 17 Feb 2006 15:00:47 +0800
Cc:  linux-fsdevel@vger.kernel.org, autofs@linux.kernel.org

These patches are for autofs version 5.

This is the second set of patches for autofs to support the user
space daemon (automount from the autofs package) implementation of
direct mounts and lazy mount and expire of nested mount maps, such
as those found in mounting the NFS exports from a host, known as
a "hosts" map.

I'd like to thank my collegue, Jeff Moyer at RedHat for his efforts
reviewing all the autofs patches, both this set and previous patches.
His efforts have made a big difference to the quality and accuracy
of autofs in general for a long time now.

The changes implemented in the patch set are:

1) update-nameidata-on-follow_link - autofs needs the nameidata
   struct to be up to date wrt the dentry passed to the inode
   follow_link operation.
2) v5-follow_link - defines the version 5 inode follow_link
   operation used to trigger direct mounts.
3) v5-expire - update expire to handle version 5 direct mounts.
4) v5-packet-proto - update communication packet to support
   version 5 extended packet information.

Ian

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

Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds