From: Thomas Graf <[EMAIL PROTECTED]>
Date: Thu, 27 Jul 2006 00:00:05 +0200

> Index: net-2.6.git/net/ipv4/fib_rules.c
> ===================================================================
> --- net-2.6.git.orig/net/ipv4/fib_rules.c
> +++ net-2.6.git/net/ipv4/fib_rules.c
 ...
> -     new_r = kmalloc(sizeof(*new_r), GFP_KERNEL);
> -     if (!new_r)
> -             return -ENOMEM;
> -     memset(new_r, 0, sizeof(*new_r));

When you respin these patches, please regenerate them against
the current tree which now uses kzalloc() here.

Thanks.
-
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