K 10 svn:author V 3 des K 8 svn:date V 27 2005-08-26T11:16:39.000000Z K 7 svn:log V 450 Two minor optimizations of fdalloc(): - if minfd < fd_freefile (as is most often the case, since minfd is usually 0), set it to fd_freefile. - remove a call to fd_first_free() which duplicates work already done by fdused(). This change results in a small but measurable speedup for processes with large numbers (several thousands) of open files. PR: kern/85176 Submitted by: Divacky Roman MFC after: 3 weeks END