• Andrew Morton's avatar
    [NET]: Simply net_ratelimit(). · 353131f3
    Andrew Morton authored
    Reimplement net_ratelimit() in terms of the new printk_ratelimit().
    
    As net_ratelimit() already has it own sysctls we generalise
    printk_ratelimit() a bit so that networking does not lose its existing
    sysctls and so that it can use different time constants from the more generic
    printk_ratelimit().
    353131f3
utils.c 1.15 KB