mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
Kernel: Expose info about source devices of mounts in /proc/df
This commit is contained in:
parent
425c356288
commit
fde8f7f538
Notes:
sideshowbarker
2024-07-19 12:39:19 +09:00
Author: https://github.com/bugaevc
Commit: fde8f7f538
Pull-request: https://github.com/SerenityOS/serenity/pull/456
Reviewed-by: https://github.com/awesomekling ✅
5 changed files with 19 additions and 2 deletions
|
@ -65,6 +65,8 @@ public:
|
|||
|
||||
int block_size() const { return m_block_size; }
|
||||
|
||||
virtual bool is_disk_backed() const { return false; }
|
||||
|
||||
protected:
|
||||
FS();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue