On Thu, Dec 04, 2003 at 12:04:55PM -0800, H. Peter Anvin wrote: > > Ditto. It's simple, but it just hasn't been high enough priority. > > > > It really would be better if it was dynamic. Any fixed limit (other > than 2^20 minors) is really a hack.
You either allocate 2^20 bits for every user, or you allocate it as needed (and handle alloc failures when they are least expected) or you sysctl it and let the admin decide early on whether she wants to allow large numbers of pseudo-devs. -- Tim Hockin Sun Microsystems, Linux Software Engineering [EMAIL PROTECTED] All opinions are my own, not Sun's _______________________________________________ autofs mailing list [EMAIL PROTECTED] http://linux.kernel.org/mailman/listinfo/autofs
