mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 21:00:06 +00:00
Fix up VFS::resolveSymbolicLink() to use a base inode instead of a base path.
Also more VFS error plumbing.
This commit is contained in:
@@ -131,7 +131,8 @@ static void init_stage2()
|
||||
|
||||
#ifdef KSYMS
|
||||
{
|
||||
auto handle = vfs->open("/kernel.map");
|
||||
int error;
|
||||
auto handle = vfs->open("/kernel.map", error);
|
||||
if (!handle) {
|
||||
kprintf("Failed to open /kernel.map\n");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user