Remove GIANT_REQUIRED from setugidsafety() as knote_fdclose() no longer
requires Giant.
This commit is contained in:
parent
7284291340
commit
16239786ca
@ -1660,8 +1660,6 @@ setugidsafety(td)
|
||||
struct filedesc *fdp;
|
||||
int i;
|
||||
|
||||
GIANT_REQUIRED; /* kqueue */
|
||||
|
||||
/* Certain daemons might not have file descriptors. */
|
||||
fdp = td->td_proc->p_fd;
|
||||
if (fdp == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user