diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-08-20 10:40:26 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-20 10:42:53 -0700 |
commit | d2e32395c1f67279b0f32d7ea37aedda95781631 (patch) | |
tree | 27badc2103655cdb7b8c7c543d6764097e4a4aeb | |
parent | be76c7ce6eb8f2a76c876b500aefc6f0fd8e30ba (diff) |
Fix tabs in lock-ordering doc.
PiperOrigin-RevId: 327654207
-rw-r--r-- | pkg/sentry/vfs/vfs.go | 6 |
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 |