remove giant required from kqueue_close..

Reported by:	kuriyama
MFC after:	3 days
This commit is contained in:
John-Mark Gurney 2004-09-10 03:14:32 +00:00
parent 1bfa55a904
commit ca95b2de43

View File

@ -1331,8 +1331,6 @@ kqueue_close(struct file *fp, struct thread *td)
int i;
int error;
GIANT_REQUIRED;
if ((error = kqueue_aquire(fp, &kq)))
return error;