kernel: vm: remove panic
* That's embarrassing.
This commit is contained in:
parent
7cea6679a8
commit
f26398d462
@ -1273,7 +1273,6 @@ get_mount_point(KPartition* partition, KPath* mountPoint)
|
||||
char* path = mountPoint->LockBuffer();
|
||||
int32 pathLen = mountPoint->BufferSize();
|
||||
strncpy(path, basePath, pathLen);
|
||||
panic("OH NO");
|
||||
|
||||
struct stat dummy;
|
||||
for (int i = 1; ; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user