diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-16 21:21:14 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-16 21:21:14 +0000 |
commit | 81b4980e9ef358a169ea3720ccf65e3e8e2a0f87 (patch) | |
tree | fbbd99084c6f3a79eedc6c5d8448151dcae58dc0 /pkg/tcpip/link/tun | |
parent | 2cb2cbfc4a6eb66524410a318f603ed5051b04f8 (diff) | |
parent | 666397c5c82ee18a776491919312d19cfe6d4a07 (diff) |
Merge release-20200907.0-64-g666397c5c (automated)
Diffstat (limited to 'pkg/tcpip/link/tun')
-rw-r--r-- | pkg/tcpip/link/tun/tun_endpoint_refs.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go index e0595429c..9a38142f5 100644 --- a/pkg/tcpip/link/tun/tun_endpoint_refs.go +++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go @@ -2,11 +2,10 @@ package tun import ( "fmt" - "runtime" - "sync/atomic" - "gvisor.dev/gvisor/pkg/log" refs_vfs1 "gvisor.dev/gvisor/pkg/refs" + "runtime" + "sync/atomic" ) // ownerType is used to customize logging. Note that we use a pointer to T so |