Re: [PATCH] decnet: handle a failure in neigh_parms_alloc

2007-01-24 Thread David Miller
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_

Re: [PATCH] decnet: handle a failure in neigh_parms_alloc

2007-01-24 Thread David Miller
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

[PATCH] decnet: handle a failure in neigh_parms_alloc

2007-01-24 Thread Eric W. Biederman
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