1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 19:35:09 +00:00

Kernel: Include absolute paths of mount points in /proc/mounts

This commit is contained in:
Andreas Kling 2019-01-31 06:13:55 +01:00
parent 34e745b0b4
commit fc0b63ca3c
4 changed files with 20 additions and 6 deletions

View file

@ -124,7 +124,7 @@ bool Ext2FS::initialize()
const char* Ext2FS::class_name() const
{
return "ext2fs";
return "Ext2FS";
}
InodeIdentifier Ext2FS::root_inode() const