summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-08-25 03:43:55 +0000
committergVisor bot <gvisor-bot@google.com>2020-08-25 03:43:55 +0000
commit4a510883b8786fecfb44741681408c1c75ed1dd8 (patch)
treeeb42ee11162ad02756b256371dee48dadd5355b4 /pkg/sentry/fsimpl/tmpfs
parentbdf88b4122335e395e028f6b0730164d42bc2574 (diff)
parentf1821fdb6866e0d83cdf535e0bae349d1c1c237c (diff)
Merge release-20200818.0-37-gf1821fdb6 (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