Where is "
Steven N. Hirsch (shirsch@ibm.net)
Sun, 01 Sep 1996 12:21:10 -0400
I have just attempted to apply pp17 to a 2.0.16 kernel (actually 2.0.15
with pre-patch-16 applied). Unfortunately, the function
"waitqueue_active" is missing in action. I did a
find . -name "*.[chS]" -exec grep "waitqueue_active" {} \;
over the linux source tree, and the only place it shows up is in the
patches to the tty drivers (which attempt to call it)..
Que pasa?
- Steve