mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
Kernel: Include absolute paths of mount points in /proc/mounts
This commit is contained in:
parent
34e745b0b4
commit
fc0b63ca3c
Notes:
sideshowbarker
2024-07-19 15:54:36 +09:00
Author: https://github.com/awesomekling
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