|
From: Jeremy F. <je...@go...> - 2004-02-05 23:31:28
|
On Thu, 2004-02-05 at 13:50, Nicholas Nethercote wrote: > On Thu, 5 Feb 2004, Jeremy Fitzhardinge wrote: > > > The check is redundant - POST(x) is never called if the syscall didn't > > succeed. > > Jeremy, can you take a look at the patch and tell me whether the > fd_allowed() call is needed in POST(epoll_create)? Thanks. fd_allowed is to check FDs as they're passed into syscalls; it shouldn't be necessary for FDs created by a syscall (ie, they should always be in a PRE(x)). J |