mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +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
@@ -28,7 +28,7 @@ protected:
|
||||
// Note: We require all FileBackedFileSystem to implement something that actually
|
||||
// takes into account the fact that we will clean the last mount of the filesystem,
|
||||
// therefore, removing the file system with it from the Kernel memory.
|
||||
virtual ErrorOr<void> prepare_to_clear_last_mount() override = 0;
|
||||
virtual ErrorOr<void> prepare_to_clear_last_mount(Inode& mount_guest_inode) override = 0;
|
||||
|
||||
virtual ErrorOr<void> initialize_while_locked() = 0;
|
||||
virtual bool is_initialized_while_locked() = 0;
|
||||
|
||||
Reference in New Issue
Block a user