mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +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
|
@ -79,6 +79,7 @@ public:
|
|||
void for_each_mount(Function<void(const Mount&)>) const;
|
||||
|
||||
String absolute_path(Inode&);
|
||||
String absolute_path(InodeIdentifier);
|
||||
|
||||
InodeIdentifier root_inode_id() const;
|
||||
Inode* root_inode() { return m_root_inode.ptr(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue