summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/tmpfs
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-14 18:41:03 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-14 18:41:03 +0000
commite3f79dba6beb6b83b5db7e8bba9b59cdb4aa0890 (patch)
tree848c369e46e5a93be57a3f2e50a21b4ca68d1191 /pkg/sentry/fsimpl/tmpfs
parent2bec0281c6dcf60e2c34c1046d2f9465446df095 (diff)
parent2969b17405d248acbb8a0839fc57ff0a44ec1977 (diff)
Merge release-20200907.0-40-g2969b1740 (automated)
Diffstat (limited to 'pkg/sentry/fsimpl/tmpfs')
-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 dbf0b2766..4f4037adb 100644
--- a/pkg/sentry/fsimpl/tmpfs/inode_refs.go
+++ b/pkg/sentry/fsimpl/tmpfs/inode_refs.go
@@ -1,10 +1,10 @@
package tmpfs
import (
- "fmt"
"runtime"
"sync/atomic"
+ "fmt"
"gvisor.dev/gvisor/pkg/log"
refs_vfs1 "gvisor.dev/gvisor/pkg/refs"
)