mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
Kernel: Tidy up Ext2FS construction a bit
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 04:37:32 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/36725228fa9
@@ -89,7 +89,7 @@ public:
|
||||
FileSize64bits = 1 << 1,
|
||||
};
|
||||
|
||||
static NonnullRefPtr<Ext2FS> create(FileDescription&);
|
||||
static KResultOr<NonnullRefPtr<Ext2FS>> try_create(FileDescription&);
|
||||
|
||||
virtual ~Ext2FS() override;
|
||||
virtual KResult initialize() override;
|
||||
|
||||
Reference in New Issue
Block a user