diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2020-08-20 10:40:26 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-09 17:53:10 -0700 |
commit | c0ae8604b524b80d77a1596fded05ef09d1f76fd (patch) | |
tree | 27badc2103655cdb7b8c7c543d6764097e4a4aeb | |
parent | 8a725d8a66ef1c38b256c52c1865e5000cc8ca36 (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 |