net: raw: revert unrelated change
authorEric Dumazet <edumazet@google.com>
Tue, 25 Sep 2012 06:21:16 +0000 (08:21 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Sep 2012 07:11:13 +0000 (03:11 -0400)
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, noticed by Stephen Rothwell.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found