mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
Kernel: Include absolute paths of mount points in /proc/mounts
This commit is contained in:
@@ -124,7 +124,7 @@ bool Ext2FS::initialize()
|
||||
|
||||
const char* Ext2FS::class_name() const
|
||||
{
|
||||
return "ext2fs";
|
||||
return "Ext2FS";
|
||||
}
|
||||
|
||||
InodeIdentifier Ext2FS::root_inode() const
|
||||
|
||||
Reference in New Issue
Block a user