From: David Miller <[EMAIL PROTECTED]>
Date: Wed, 24 Jan 2007 14:45:11 -0800 (PST)
> From: [EMAIL PROTECTED] (Eric W. Biederman)
> Date: Wed, 24 Jan 2007 13:09:40 -0700
>
> >
> > While enhancing the neighbour code to handle multiple network
> > namespaces I noticed that decnet is assuming neigh_
From: [EMAIL PROTECTED] (Eric W. Biederman)
Date: Wed, 24 Jan 2007 13:09:40 -0700
>
> While enhancing the neighbour code to handle multiple network
> namespaces I noticed that decnet is assuming neigh_parms_alloc
> will allways succeed, which is clearly wrong. So handle the
> failure.
>
> Signe
While enhancing the neighbour code to handle multiple network
namespaces I noticed that decnet is assuming neigh_parms_alloc
will allways succeed, which is clearly wrong. So handle the
failure.
Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]>
---
net/decnet/dn_dev.c |5 +
1 files ch