Re: [PATCH] net: core: Remove unnecessary alloc/OOM messages

2013-02-06 Thread David Miller
From: Joe Perches Date: Mon, 04 Feb 2013 18:48:16 -0800 > alloc failures already get standardized OOM > messages and a dump_stack. > > Signed-off-by: Joe Perches Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kerne

[PATCH] net: core: Remove unnecessary alloc/OOM messages

2013-02-04 Thread Joe Perches
alloc failures already get standardized OOM messages and a dump_stack. Signed-off-by: Joe Perches --- net/core/dev.c| 14 +- net/core/netprio_cgroup.c | 4 +--- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/net/core/dev.c b/net/core/dev.c index a87bc74.