mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel/FileSystem: Pass last mount point guest inode to unmount prepare
This will be important later on when we check file system busyness.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
2fe5ece449
commit
8fb126bec6
@@ -80,7 +80,7 @@ u8 ISO9660FS::internal_file_type_to_directory_entry_type(DirectoryEntryView cons
|
||||
return DT_REG;
|
||||
}
|
||||
|
||||
ErrorOr<void> ISO9660FS::prepare_to_clear_last_mount()
|
||||
ErrorOr<void> ISO9660FS::prepare_to_clear_last_mount(Inode&)
|
||||
{
|
||||
// FIXME: Do proper cleaning here.
|
||||
BlockBasedFileSystem::remove_disk_cache_before_last_unmount();
|
||||
|
||||
Reference in New Issue
Block a user