mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Kernel: Use Vector::unstable_remove() in a couple of places
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user