From d2e32395c1f67279b0f32d7ea37aedda95781631 Mon Sep 17 00:00:00 2001 From: Nicolas Lacasse Date: Thu, 20 Aug 2020 10:40:26 -0700 Subject: [PATCH] Fix tabs in lock-ordering doc. PiperOrigin-RevId: 327654207 --- pkg/sentry/vfs/vfs.go | 6 +++--- 1 file 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