]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3af093c17bef443d9679c794f67dc7c6b3f6aee0
treee580f2a356bcd6a0b5a64a7ab1e98e1fd7e7b39b
parente8f5be32d9d5d4ab4c453d459a44cfbe9816446f
net: raw: revert unrelated change

Commit 0048a8f84ef6 ("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 582af2e00eb (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>
net/ipv4/raw.c