summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/inode_inotify.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/inode_inotify.go')
-rw-r--r--pkg/sentry/fs/inode_inotify.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/sentry/fs/inode_inotify.go b/pkg/sentry/fs/inode_inotify.go
index 0f2a66a79..efd3c962b 100644
--- a/pkg/sentry/fs/inode_inotify.go
+++ b/pkg/sentry/fs/inode_inotify.go
@@ -16,7 +16,8 @@ package fs
import (
"fmt"
- "sync"
+
+ "gvisor.dev/gvisor/pkg/sync"
)
// Watches is the collection of inotify watches on an inode.