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-09-14 20:21:10 +02:00
2019-09-21 16:31:52 +02:00
2019-09-30 15:04:16 +02:00
2019-10-02 13:47:44 +02:00
2019-10-02 13:47:40 +02:00
2019-09-30 08:57:01 +02:00
2019-09-16 09:01:44 +02:00
2019-10-01 19:58:41 +02:00
2019-08-06 21:09:24 +02:00
2019-06-30 10:41:26 +02:00
2019-06-07 20:02:01 +02:00
2019-06-04 07:15:44 -07:00
2019-07-03 16:57:37 +02:00
2019-09-28 18:29:42 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-08-18 07:40:02 +02:00
2019-08-11 08:22:42 +02:00
2019-09-16 10:33:27 +02:00
2019-05-17 21:59:48 +02:00
2019-07-13 08:00:24 +02:00
2019-07-09 15:04:43 +02:00
2019-07-03 21:20:13 +02:00
2019-09-27 14:25:42 +02:00
2019-08-06 20:04:12 +02:00
2019-09-06 15:36:54 +02:00
2019-07-03 21:20:13 +02:00
2019-07-24 10:25:43 +02:00
2019-09-06 15:36:54 +02:00
2019-09-09 08:14:00 +02:00
2019-08-02 19:22:48 +02:00
2019-08-11 08:22:42 +02:00
2019-09-30 08:57:01 +02:00
2019-09-06 15:36:54 +02:00
2019-09-14 20:21:06 +02:00
2019-07-29 11:19:04 +02:00
2019-09-28 18:29:42 +02:00
2019-10-01 11:24:54 +02:00
2019-04-30 14:47:22 +02:00
2019-07-03 21:20:13 +02:00
2019-07-03 21:20:13 +02:00
2019-08-14 06:28:53 +02:00
2019-08-14 06:28:53 +02:00
2019-10-01 19:31:55 +02:00
2019-09-28 22:27:45 +02:00
2019-07-03 21:20:13 +02:00
2019-07-09 15:04:45 +02:00
2019-09-28 13:59:49 +02:00
2019-05-28 17:31:20 +02:00
2019-09-09 09:19:43 +02:00
2019-09-14 20:21:10 +02:00
2019-09-14 20:21:10 +02:00
2019-09-04 11:27:14 +02:00
2019-09-04 11:27:14 +02:00
2019-09-16 09:01:44 +02:00
2019-08-11 16:30:43 +02:00
2019-06-04 07:15:44 -07:00
2019-09-13 14:04:38 +02:00
2019-09-13 16:30:22 +02:00
2019-09-27 19:10:52 +02:00
2019-09-27 14:25:42 +02:00
2019-09-23 19:06:03 +02:00