From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guillaume Rousse Subject: Re: [ANNOUNCE] autofs 5.0.0 beta2 Date: Thu, 18 May 2006 15:39:00 +0200 Message-ID: <446C78F4.1060601@inria.fr> References: <446251C5.5070407@inria.fr> 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: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: autofs@linux.kernel.org Ian Kent wrote: > On Wed, 17 May 2006, Ian Kent wrote: > >>> - autofs-4.1.1-get-best-mount.patch refer to a 4 args get_best_mount() >>> function that only has 3 args nowadays >> This patch makes get_best_mount use a long timeout always instead of a >> short timeout followed by long timeout if it the first rpc_ping fails. >> >> I think that get_best_mount was not falling back to the long timeout so >> this patch was used to work around it. I'm fairly sure that was fixed. >> >> Anyway, get_best_mount will go away soon as the server selection code is >> being re-written. >> > > Oh .. nearly forgot. > > If you really want to continue to use this patch to force the use of a > long timeout then I think removing the fourth parameter is all that is > needed. As is doesn't seem to be really needed, i'll jsut drop it.