Cc: Peter Zijlstra <peterz@...>, Ingo Molnar <mingo@...>, Andi Kleen <andi-suse@...>, Clark Williams <clark.williams@...>, Steven Rostedt <rostedt@...>, Marin Mitov <mitov@...>, Thomas Gleixner <tglx@...>, Linus Torvalds <torvalds@...>, <akpm@...>, Luis Claudio R. Goncalves <lclaudio@...>, LKML <linux-kernel@...>, linux-rt-users <linux-rt-users@...>
On Wednesday 18 June 2008 22:25, Gregory Haskins wrote:
It just seems like pretty worthless bloat to me.
There are _some_ cases where it can be used, but nobody has been
able to come up with compelling uses really. I don't think this
case is helped very much either because the logic in there using
preempt-disable is fine, isn't it?
Except that it should also have a cond_resched in it. Seems like
an ideal place to put cond_resched because it is not a fastpath.
--