google / gvisor

Application Kernel for Containers
https://gvisor.dev
Apache License 2.0
15.86k stars 1.3k forks source link

vfs: use ancestryMu in implementations of DentryImpl.InotifyWithParent #11182

Closed copybara-service[bot] closed 6 days ago

copybara-service[bot] commented 6 days ago

vfs: use ancestryMu in implementations of DentryImpl.InotifyWithParent

This lock was introduced in cl/696713993 and only protects parent/name for all dentries, which is all that's required by InotifyWithParent().