linux-kernel February 2010 archive
Main Archive Page > Month Archives  > linux-kernel archives
linux-kernel: Re: [PATCH] alpha: use __ratelimit

Re: [PATCH] alpha: use __ratelimit

From: Akinobu Mita <akinobu.mita_at_nospam>
Date: Mon Mar 01 2010 - 03:13:49 GMT
To: Joe Perches <joe@perches.com>


2010/3/1 Joe Perches <joe@perches.com>:
> On Sun, 2010-02-28 at 19:58 +0900, Akinobu Mita wrote:
>> Replace open-coded rate limiting logic with __ratelimit().
>
> Perhaps printk_ratelimited?

This patch is cleanup only and no functionnal change (it does not change the rate limit interval and burst).

But using printk_ratelimited() changes the burst count from 5 to 10. It may not be big difference but I'm not sure... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/