mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 14:43:01 +02:00
Kernel: Expose info about source devices of mounts in /proc/df
This commit is contained in:
committed by
Andreas Kling
parent
425c356288
commit
fde8f7f538
Notes:
sideshowbarker
2024-07-19 12:39:19 +09:00
Author: https://github.com/bugaevc Commit: https://github.com/SerenityOS/serenity/commit/fde8f7f538b Pull-request: https://github.com/SerenityOS/serenity/pull/456 Reviewed-by: https://github.com/awesomekling ✅
@@ -7,6 +7,8 @@ class DiskBackedFS : public FS {
|
||||
public:
|
||||
virtual ~DiskBackedFS() override;
|
||||
|
||||
virtual bool is_disk_backed() const override { return true; }
|
||||
|
||||
DiskDevice& device() { return *m_device; }
|
||||
const DiskDevice& device() const { return *m_device; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user