Re: [rfc] new poll callback'd wake up hell ...

John Myers (jgmyers@netscape.com)
Mon, 25 Nov 2002 14:05:45 -0800


Davide Libenzi writes:
> 1) Move the wake_up() call done inside the poll callback outside the lock

You can't. You need to hold the lock over the callback or your callback
could end up accessing a freed epitem.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/