Files
ladybird/Kernel
Andreas Kling 5ab044beae Ext2FS: Make Ext2FSInode::is_directory() fast
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.
2019-10-02 13:47:44 +02:00
..
2019-07-13 08:00:24 +02:00
2019-07-29 11:19:04 +02:00
2019-09-28 18:29:42 +02:00
2019-09-28 13:59:49 +02:00
2019-05-28 17:31:20 +02:00
2019-08-11 16:30:43 +02:00
2019-09-13 14:04:38 +02:00