mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 08:06:11 +00:00
Kernel/VFS: Check that mount-point is not in use
Before committing the mount, verify that this host i-node is not already a mount-point.
This commit is contained in:
committed by
Brian Gianforcaro
parent
7e245b74f1
commit
9e1bea50ee
@@ -90,6 +90,8 @@ private:
|
||||
|
||||
ErrorOr<void> traverse_directory_inode(Inode&, Function<ErrorOr<void>(FileSystem::DirectoryEntryView const&)>);
|
||||
|
||||
bool mount_point_exists_at_inode(InodeIdentifier inode);
|
||||
|
||||
Mount* find_mount_for_host(InodeIdentifier);
|
||||
Mount* find_mount_for_guest(InodeIdentifier);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user