Has anyone done any benchmarking to evaluate the effect of this? In
the absence of numbers, how about some convincing handwaving? Is it
worth exploring options to fix this?
I can think of one quick and simple hack to fix this for 90% (maybe
99%) of cases: record the task pointer at fcntl() time. Then at
send_sigio() time, if the recorded pid and task match, skip the
task list walk.
Regards,
Richard....
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/