mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Kernel: Make FileSystem::class_name() return a StringView
This commit is contained in:
@@ -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