remove giant required from kqueue_close..
Reported by: kuriyama MFC after: 3 days
This commit is contained in:
parent
1bfa55a904
commit
ca95b2de43
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user