Re: [DECnet] Don't clear memory twice.

2006-11-08 Thread David Miller
From: Ralf Baechle <[EMAIL PROTECTED]> Date: Wed, 8 Nov 2006 15:45:07 + > When dn_neigh.c was converted from kmalloc to kzalloc in commit > 0da974f4f303a6842516b764507e3c0a03f41e5a it was missed that > dn_neigh_seq_open was actually clearing the allocation twice was > missed. > > Signed-off-b

[DECnet] Don't clear memory twice.

2006-11-08 Thread Ralf Baechle
When dn_neigh.c was converted from kmalloc to kzalloc in commit 0da974f4f303a6842516b764507e3c0a03f41e5a it was missed that dn_neigh_seq_open was actually clearing the allocation twice was missed. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> diff --git a/net/decnet/dn_neigh.c b/net/decnet/dn_n