tun: Move read_wait into tun_file
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 20 Jan 2009 11:03:21 +0000 (11:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jan 2009 00:00:46 +0000 (16:00 -0800)
commitb2430de37ef0bc0799ffba7b5219d38ca417eb76
tree19a5a5103ed2227f230aa06f87dc7807e871d5b5
parent38231b7a8d1b74c920822640d1ce8eb8046377fb
tun: Move read_wait into tun_file

The poll interface requires that the waitqueue exist while the struct
file is open.  In the rare case when a tun device disappears before
the tun file closes we fail to provide this property, so move
read_wait.

This is safe now that tun_net_xmit is atomic with tun_detach.

Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tun.c