diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-17 19:48:58 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-17 19:48:58 +0000 |
commit | bc064d0878290cdab7b14d4d207d56c8902ae182 (patch) | |
tree | 9c4f9fefb6949af561b7829ecda460b817ca9a94 /pkg/sentry/fsimpl | |
parent | 13546575552159b4bc62b8f7416a7b7173726c30 (diff) | |
parent | e3c4bbd10a93ac824af3204c520437f3d5ff470c (diff) |
Merge release-20200810.0-40-ge3c4bbd10 (automated)
Diffstat (limited to 'pkg/sentry/fsimpl')
-rw-r--r-- | pkg/sentry/fsimpl/tmpfs/inode_refs.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/sentry/fsimpl/tmpfs/inode_refs.go b/pkg/sentry/fsimpl/tmpfs/inode_refs.go index 38eddde7e..175dc3409 100644 --- a/pkg/sentry/fsimpl/tmpfs/inode_refs.go +++ b/pkg/sentry/fsimpl/tmpfs/inode_refs.go @@ -1,10 +1,11 @@ package tmpfs import ( - "gvisor.dev/gvisor/pkg/log" refs_vfs1 "gvisor.dev/gvisor/pkg/refs" "runtime" "sync/atomic" + + "gvisor.dev/gvisor/pkg/log" ) // ownerType is used to customize logging. Note that we use a pointer to T so |