mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
Kernel: Remove empty Ext2FSInode::one_ref_left()
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 21:13:08 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a4b3bf1d63a
@@ -1553,11 +1553,6 @@ ErrorOr<NonnullRefPtr<Inode>> Ext2FSInode::lookup(StringView name)
|
||||
return fs().get_inode({ fsid(), inode_index });
|
||||
}
|
||||
|
||||
void Ext2FSInode::one_ref_left()
|
||||
{
|
||||
// FIXME: I would like to not live forever, but uncached Ext2FS is fucking painful right now.
|
||||
}
|
||||
|
||||
ErrorOr<void> Ext2FSInode::set_atime(time_t t)
|
||||
{
|
||||
MutexLocker locker(m_inode_lock);
|
||||
|
||||
Reference in New Issue
Block a user