2005-02-01 03:37:16

by Paulo Marques

[permalink] [raw]
Subject: [PATCH 2.6] 6/7 replace net_sysctl_strdup by kstrdup


This patch removes a strdup implmentation in the networking layer
(net_sysctl_strdup), and updates it to use the kstrdup library function.

Signed-off-by: Paulo Marques <[email protected]>

--
Paulo Marques - http://www.grupopie.com

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke (1729 - 1797)


Attachments:
patch6 (3.30 kB)

2005-02-01 04:35:47

by David Miller

[permalink] [raw]
Subject: Re: [PATCH 2.6] 6/7 replace net_sysctl_strdup by kstrdup

On Tue, 1 Feb 2005 03:28:39 +0000
"" <[email protected]> wrote:

> This patch removes a strdup implmentation in the networking layer
> (net_sysctl_strdup), and updates it to use the kstrdup library function.
>
> Signed-off-by: Paulo Marques <[email protected]>

If kstrdup() does in, I'm fine with this change.
net_sysctl_strdup() only exists because kstrdup() did
not.