mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Kernel: Make FileSystem::initialize() return KResult
This forced me to also come up with error codes for a bunch of situations where we'd previously just panic the kernel.
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
virtual ~Plan9FS() override;
|
||||
static NonnullRefPtr<Plan9FS> create(FileDescription&);
|
||||
|
||||
virtual bool initialize() override;
|
||||
virtual KResult initialize() override;
|
||||
|
||||
virtual bool supports_watchers() const override { return false; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user