Re: [PATCH net-next] net: raw: revert unrelated change

2012-09-25 Thread David Miller
From: Eric Dumazet Date: Tue, 25 Sep 2012 08:21:16 +0200 > From: Eric Dumazet > > Commit 5640f7685831 ("net: use a per task frag allocator") > accidentally contained an unrelated change to net/ipv4/raw.c, > later committed (without the pr_err() debugging bits) in > net tree as commit ab43ed8b74

[PATCH net-next] net: raw: revert unrelated change

2012-09-24 Thread Eric Dumazet
From: Eric Dumazet Commit 5640f7685831 ("net: use a per task frag allocator") accidentally contained an unrelated change to net/ipv4/raw.c, later committed (without the pr_err() debugging bits) in net tree as commit ab43ed8b749 (ipv4: raw: fix icmp_filter()) This patch reverts this glitch, notic