summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2020-08-20 10:40:26 -0700
committergVisor bot <gvisor-bot@google.com>2020-08-20 10:42:53 -0700
commitd2e32395c1f67279b0f32d7ea37aedda95781631 (patch)
tree27badc2103655cdb7b8c7c543d6764097e4a4aeb
parentbe76c7ce6eb8f2a76c876b500aefc6f0fd8e30ba (diff)
Fix tabs in lock-ordering doc.
PiperOrigin-RevId: 327654207
-rw-r--r--pkg/sentry/vfs/vfs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/sentry/vfs/vfs.go b/pkg/sentry/vfs/vfs.go
index 9c2420683..8a79e1325 100644
--- a/pkg/sentry/vfs/vfs.go
+++ b/pkg/sentry/vfs/vfs.go
@@ -24,9 +24,9 @@
// Locks acquired by FilesystemImpls between Prepare{Delete,Rename}Dentry and Commit{Delete,Rename*}Dentry
// VirtualFilesystem.filesystemsMu
// EpollInstance.mu
-// Inotify.mu
-// Watches.mu
-// Inotify.evMu
+// Inotify.mu
+// Watches.mu
+// Inotify.evMu
// VirtualFilesystem.fsTypesMu
//
// Locking Dentry.mu in multiple Dentries requires holding