DescriptionMake Directory's code style a little more consistent.
This is a cleanup-only/documentation change, no behavior changes.
Add comments explaining how Directory locking works.
Move protected methods to private (there was no reason for them to be
protected).
Move private data members below private method declarations.
For methods that take a ScopedKernelLock, always pass by const reference
before non-const pointer parameters.
Give ClearDirtyMetahandles a ScopedKernelLock parameter so it's clear
that the caller must be holding a lock.
BUG=
Committed: https://crrev.com/edb7809b91c8b29404ae9ec9322b4e16edeabaa1
Cr-Commit-Position: refs/heads/master@{#296045}
Patch Set 1 #Patch Set 2 : Merge with master. #
Total comments: 6
Patch Set 3 : Apply CR feedback. #
Messages
Total messages: 9 (2 generated)
|