neigh: simplify seq_file code
authorAlexey Dobriyan <adobriyan@gmail.com>
Fri, 22 Jan 2010 10:16:05 +0000 (10:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Jan 2010 09:21:27 +0000 (01:21 -0800)
Simpily pass 'struct neigh_table' with seq_file private pointer,
and save one dereference. Proc entry itself isn't interesting.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found