Remove GIANT_REQUIRED from setugidsafety() as knote_fdclose() no longer

requires Giant.
This commit is contained in:
Robert Watson 2004-08-19 14:59:51 +00:00
parent 7284291340
commit 16239786ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134018

View file

@ -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)