From: Eric Dumazet <[EMAIL PROTECTED]>
Date: Fri, 16 Nov 2007 17:40:27 +0100

> +     unsigned long fake = 0, *flag_ptr;
 ...
> +             /*
> +              * This is a fast version of :
> +              * if (process_context && need_resched())
> +              */
> +             if (unlikely(test_bit(TIF_NEED_RESCHED, flag_ptr)))
> +                     cond_resched();

Too much exposure to internals for me to apply this, really.

I have no problem with the change conceptually at all, this
detail is just too dirty.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to