commit | 89f56d1e91cfa535ccc6cc60e9e12e02682fd972 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Sun Aug 30 07:04:42 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 01 17:40:33 2009 -0700 |
tree | 21231979479b0e2e0c7b4666f709bd657a89849a | |
parent | 86393e52c3f1e2f6be18383f6ecdbcdc5727d545 [diff] |
tun: reuse struct sock fields As tun always has an embeedded struct sock, use sk and sk_receive_queue fields instead of duplicating them in tun_struct. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>