On Fri, Apr 20, 2001 at 10:14:46AM -0700, Taylor, ForrestX wrote:
> I just saw autofs-4.0.0-pre10 on the kernel.org website.  I downloaded and
> installed it to see the changes.  I am currently using autofs on kernel
> 2.2.16.  I assume that I cannot use the "mount --bind" options (the mount
> man page said that it was from 2.4.0 onward),

Yes.  mount --bind is a result of the major reworking the name lookup
machinery got between 2.2->2.4.

> so I am curious about the
> changes made from pre9 (all of the 30+ systems that I am in charge of use
> pre9).  Can anyone (i.e. Jeremy) expound on what was changed and
> why--especially the compilation problem in lookup_program (OPEN_MAX)?

Well, as NEWS says:

autofs-4.0.0-pre10: Since autofs-4.0.0-pre9:
--------------------------------------------
* small fixes to make bind test more reliable
* NOTE: util-linux 2.10*p* is recommended for bind support
* fixed compilation problem in lookup_program (got rid of OPEN_MAX)

So, there really isn't much there.  OPEN_MAX is the main reason I released
it.  It was completely unnecessary, so I removed it.  There is probably a
very slight performance increase, but I doubt you can measure it (select
is only looking at the range of fds which are actually interesting,
not everything from 0 to OPEN_MAX).

There are no real functional changes.  If pre9 works for you, then pre10
will be the same.

        J

Reply via email to