git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86393e5
)
tun: reuse struct sock fields
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 30 Aug 2009 07:04:42 +0000
(07:04 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 2 Sep 2009 00:40:33 +0000
(17:40 -0700)
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>
No differences found