Index: sys/kern/kern_descrip.c =================================================================== --- sys/kern/kern_descrip.c (wersja 246905) +++ sys/kern/kern_descrip.c (kopia robocza) @@ -855,9 +855,7 @@ /* * If the caller specified a file descriptor, make sure the file * table is large enough to hold it, and grab it. Otherwise, just - * allocate a new descriptor the usual way. Since the filedesc - * lock may be temporarily dropped in the process, we have to look - * out for a race. + * allocate a new descriptor the usual way. */ if (flags & DUP_FIXED) { if (new >= fdp->fd_nfiles) {