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:
parent
34e745b0b4
commit
fc0b63ca3c
4 changed files with 20 additions and 6 deletions
|
@ -124,7 +124,7 @@ bool Ext2FS::initialize()
|
|||
|
||||
const char* Ext2FS::class_name() const
|
||||
{
|
||||
return "ext2fs";
|
||||
return "Ext2FS";
|
||||
}
|
||||
|
||||
InodeIdentifier Ext2FS::root_inode() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue