LWN.net Logo

Improving kill_fasync()

Improving kill_fasync()

Posted Dec 24, 2003 17:41 UTC (Wed) by jreiser (subscriber, #11027)
Parent article: Improving kill_fasync()

Adding a data parameter to wake_up() would fix that problem ...

Could this be a case where "object-oriented computing" would have suggested such a parameter? A call to a class method frequently is implemented as instance->func(instance ...) which has at least one C-language parameter.


(Log in to post comments)

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds