summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-08-19 05:06:49 +0000
committergVisor bot <gvisor-bot@google.com>2020-08-19 05:06:49 +0000
commitae651eb5dfd2567296a026fdccf37b138f326f70 (patch)
tree9a7bf64156c9e2379be776ee0bedb62224a2cad4 /pkg/sentry/fsimpl/tmpfs
parentb25f808c5507b5fcc5855ce674a6b4d0cea27912 (diff)
parent35dc7fe7e78faab35b55eaa6f82360cc8b23f3b3 (diff)
Merge release-20200810.0-59-g35dc7fe7e (automated)
Diffstat (limited to 'pkg/sentry/fsimpl/tmpfs')
-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