mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 14:05:08 +00:00
Kernel: Use Vector::unstable_remove() in a couple of places
This commit is contained in:
parent
575664cda3
commit
e23536d682
3 changed files with 5 additions and 5 deletions
|
@ -73,7 +73,7 @@ KResult VFS::unmount(InodeIdentifier guest_inode_id)
|
|||
return result;
|
||||
}
|
||||
dbg() << "VFS: found fs " << mount.guest_fs().fsid() << " at mount index " << i << "! Unmounting...";
|
||||
m_mounts.remove(i);
|
||||
m_mounts.unstable_remove(i);
|
||||
return KSuccess;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue