mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
FS: Don't default to having a full InodeMetadata in every Inode.
This allows Ext2FS to keep its own ext2_inode around instead.
This commit is contained in:
@@ -184,9 +184,9 @@ SynthFSInode::~SynthFSInode()
|
||||
{
|
||||
}
|
||||
|
||||
void SynthFSInode::populate_metadata() const
|
||||
InodeMetadata SynthFSInode::metadata() const
|
||||
{
|
||||
// Already done when SynthFS created the file.
|
||||
return m_metadata;
|
||||
}
|
||||
|
||||
ssize_t SynthFSInode::read_bytes(Unix::off_t offset, size_t count, byte* buffer, FileDescriptor* descriptor)
|
||||
|
||||
Reference in New Issue
Block a user