mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
After examination of all overriden Inode::traverse_as_directory methods it seems like proper locking is already existing everywhere, so there's no need to take the big process lock anymore, as there's no access to shared process structures anyway.