summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs/inode_refs.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-08-18 17:05:25 +0000
committergVisor bot <gvisor-bot@google.com>2020-08-18 17:05:25 +0000
commit92709087431e43022d44fda349ae1674fe70f48e (patch)
tree265dc69b1bd8c0659a03c77927a5d42f44639583 /pkg/sentry/fsimpl/tmpfs/inode_refs.go
parentba95c16005d044fb3359e003b714b202a5655886 (diff)
parent673b6cc7fc4a99c8fb20f7becb91288ce98ae593 (diff)
Merge release-20200810.0-47-g673b6cc7f (automated)
Diffstat (limited to 'pkg/sentry/fsimpl/tmpfs/inode_refs.go')
-rw-r--r--pkg/sentry/fsimpl/tmpfs/inode_refs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sentry/fsimpl/tmpfs/inode_refs.go b/pkg/sentry/fsimpl/tmpfs/inode_refs.go
index 3245ede1f..175dc3409 100644
--- a/pkg/sentry/fsimpl/tmpfs/inode_refs.go
+++ b/pkg/sentry/fsimpl/tmpfs/inode_refs.go
@@ -1,11 +1,11 @@
package tmpfs
import (
+ refs_vfs1 "gvisor.dev/gvisor/pkg/refs"
+ "runtime"
"sync/atomic"
"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