CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/26 06:54:52
Modified files:
sys/kern : kern_descrip.c
Log message:
Release the file descriptor table lock before calling closef()
in finishdup(). This makes the order of operations similar to that
of fdrelease() and removes a case where lock ordering might cause
problems.
OK anton@, mpi@
