mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
Kernel: Make FileSystem::class_name() return a StringView
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 08:51:48 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a803c4026cf
@@ -148,11 +148,6 @@ bool Ext2FS::initialize()
|
||||
return true;
|
||||
}
|
||||
|
||||
const char* Ext2FS::class_name() const
|
||||
{
|
||||
return "Ext2FS";
|
||||
}
|
||||
|
||||
NonnullRefPtr<Inode> Ext2FS::root_inode() const
|
||||
{
|
||||
return *get_inode({ fsid(), EXT2_ROOT_INO });
|
||||
|
||||
Reference in New Issue
Block a user