summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/vfs/filesystem_refs.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/vfs/filesystem_refs.go')
-rw-r--r--pkg/sentry/vfs/filesystem_refs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/vfs/filesystem_refs.go b/pkg/sentry/vfs/filesystem_refs.go
index 32f21c044..38a9a986f 100644
--- a/pkg/sentry/vfs/filesystem_refs.go
+++ b/pkg/sentry/vfs/filesystem_refs.go
@@ -1,12 +1,12 @@
package vfs
import (
+ "fmt"
+ "runtime"
"sync/atomic"
- "fmt"
"gvisor.dev/gvisor/pkg/log"
refs_vfs1 "gvisor.dev/gvisor/pkg/refs"
- "runtime"
)
// ownerType is used to customize logging. Note that we use a pointer to T so