From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: making the mountpoints visible all the time (fwd) Date: Wed, 19 Nov 2003 08:45:22 -0800 Sender: autofs-bounces@linux.kernel.org Message-ID: <3FBB9E22.8090309@zytor.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Ian Kent Cc: autofs mailing list Ian Kent wrote: > > That sounds good a good idea for inclusion in 4.1.1 (I have quite a list > already). > > Move the decision on what the map contains to the program map implementer. > That would be fairly straight forward to implement given that I have a > placeholder function in each map module. > Well, it's pretty much the only thing that makes sense, since a program map can inherently do "anything". Pretty much ghosting implies that there are now two operations required of a map: key->data lookup (old), and enumerate all keys (new). And of course autofs needs to deal with the consequences of the map changing underneath it. -hpa