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)