summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-08-15 00:34:26 +0000
committergVisor bot <gvisor-bot@google.com>2020-08-15 00:34:26 +0000
commit2f6429be86f927058392a85dcb6512bebb836d9d (patch)
tree0031ed55b9891f5b31ab147ef05df9f1f19fcedd /pkg/sentry/fsimpl/tmpfs
parenta403f6153b1ada3da46f3fbc94648e42e03926a4 (diff)
parent1736b2208f7eeec56531a9877ca53dc784fed544 (diff)
Merge release-20200810.0-35-g1736b2208 (automated)
Diffstat (limited to 'pkg/sentry/fsimpl/tmpfs')
-rw-r--r--pkg/sentry/fsimpl/tmpfs/inode_refs.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/sentry/fsimpl/tmpfs/inode_refs.go b/pkg/sentry/fsimpl/tmpfs/inode_refs.go
index 8b7ff185f..38eddde7e 100644
--- a/pkg/sentry/fsimpl/tmpfs/inode_refs.go
+++ b/pkg/sentry/fsimpl/tmpfs/inode_refs.go
@@ -1,11 +1,10 @@
package tmpfs
import (
- "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