> Hehe, but the ioctl will fail with that many interfaces so you'll still > have the same problem. You would need to make the buffer larger than 42k > for this case.
the ioctl soft fails and just returns as much as it can. the autofs code just scans the ones that are returned. so my patch works for me. the ioctl must have other hard failure options, but a small buffer isn't one of them. the official patch compares the returned length for call n and call n+1 and exits once they are the same. _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
