diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-16 21:59:53 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-16 21:59:53 +0000 |
commit | 4827225c3d228c936852c8f87da791e1c45331f1 (patch) | |
tree | f05a787d7611f893e6b5fd8cfb68ca9019fd329c /pkg/tcpip/link | |
parent | 895d7a71c0fc5215b8b14a2b41b84aa56f2eb9c2 (diff) | |
parent | 29ce0ad1603316b8a12102e23bfa5942acf63b14 (diff) |
Merge release-20200907.0-66-g29ce0ad16 (automated)
Diffstat (limited to 'pkg/tcpip/link')
-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 |