net: vlan clients with no fd_can_read() can always receive
commit2e1e06411095ed122d44bf0e3f5e18e8a6304b16
authorMark McLoughlin <markmc@redhat.com>
Wed, 29 Apr 2009 08:36:43 +0000 (29 09:36 +0100)
committerMark McLoughlin <markmc@redhat.com>
Tue, 9 Jun 2009 10:38:49 +0000 (9 11:38 +0100)
tree62680249befe04378e2ddb7a110ac371281a6ee8
parent5b01e886d9eb4d5e94384a79634dcb43848e7bbf
net: vlan clients with no fd_can_read() can always receive

If a vlan client has no fd_can_read(), that means it can
always receive packets. The current code assumes it can *never*
receive packets.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
net.c