mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
This patch overloads Inode::is_directory() with a faster version that doesn't require instantiating the whole InodeMetadata. If you have an Ext2FSInode&, calling is_directory() should be instant since we can just look directly at the raw inode bits.
51 KiB
51 KiB