mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +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:
parent
2fe5ece449
commit
8fb126bec6
Notes:
sideshowbarker
2024-07-17 05:02:42 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 8fb126bec6
Pull-request: https://github.com/SerenityOS/serenity/pull/19668
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/linusg
11 changed files with 14 additions and 13 deletions
|
@ -33,7 +33,7 @@ private:
|
|||
virtual bool is_initialized_while_locked() override;
|
||||
// FIXME: This is not a proper way to clear last mount of a FAT filesystem,
|
||||
// but for now we simply have no other way to properly do it.
|
||||
virtual ErrorOr<void> prepare_to_clear_last_mount() override { return {}; }
|
||||
virtual ErrorOr<void> prepare_to_clear_last_mount(Inode&) override { return {}; }
|
||||
|
||||
FATFS(OpenFileDescription&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue