summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs/inode_refs.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-08-18 21:39:13 +0000
committergVisor bot <gvisor-bot@google.com>2020-08-18 21:39:13 +0000
commit7f6b3895cca4922601b67d3ebdf1a13683328c0b (patch)
tree8d71a0da72572dac9886c622d8467b60883a2b60 /pkg/sentry/fsimpl/tmpfs/inode_refs.go
parent48e047d459c3511bc5771905bb74b61cd4eff073 (diff)
parent6405525b046bb82a39e3338e61e41690133c43c1 (diff)
Merge release-20200810.0-52-g6405525b0 (automated)
Diffstat (limited to 'pkg/sentry/fsimpl/tmpfs/inode_refs.go')
-rw-r--r--pkg/sentry/fsimpl/tmpfs/inode_refs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fsimpl/tmpfs/inode_refs.go b/pkg/sentry/fsimpl/tmpfs/inode_refs.go
index 8b7ff185f..3245ede1f 100644
--- a/pkg/sentry/fsimpl/tmpfs/inode_refs.go
+++ b/pkg/sentry/fsimpl/tmpfs/inode_refs.go
@@ -1,11 +1,11 @@
package tmpfs
import (
- "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