mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 09:35: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
@@ -21,7 +21,7 @@ Plan9FS::Plan9FS(OpenFileDescription& file_description)
|
||||
{
|
||||
}
|
||||
|
||||
ErrorOr<void> Plan9FS::prepare_to_clear_last_mount()
|
||||
ErrorOr<void> Plan9FS::prepare_to_clear_last_mount(Inode&)
|
||||
{
|
||||
// FIXME: Do proper cleaning here.
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user