Files
serenity/Kernel/FileSystem/Ext2FS/FileSystem.cpp
implicitfield 222acc9d38 Kernel/BlockBasedFileSystem: Drop remove_disk_cache_before_last_unmount
There's not much use in having this function, as the only remotely
useful thing that it does is that it ensures that the disk cache is
locked before destroying it. However, there shouldn't be any filesystem
activity this late in the unmounting process anyway, so the locking
doesn't seem necessary either.
2025-03-10 14:04:55 +01:00

32 KiB