]> git.baikalelectronics.ru Git - kernel.git/commit
raw: Restore /proc/net/raw correct behavior
authorEric Dumazet <dada1@cosmosbay.com>
Tue, 17 Jun 2008 00:03:32 +0000 (17:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Jun 2008 00:03:32 +0000 (17:03 -0700)
commit9df2fbf030763040e8ab3fee2a139bdd33183df7
tree103502062ee25d04e9a158c43450d5ce5987d60b
parent0fbaed9472a3cc43fccfe71a33613f3aaa2bb9ce
raw: Restore /proc/net/raw correct behavior

I just noticed "cat /proc/net/raw" was buggy, missing '\n' separators.

I believe this was introduced by commit 71d39542a5c4289cf0d558621c5ae8b17e9ffa23
([RAW]: Cleanup IPv4 raw_seq_show.)

This trivial patch restores correct behavior, and applies to current
Linus tree (should also be applied to stable tree as well.)

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/raw.c