kernel: vm: remove panic

* That's embarrassing.
This commit is contained in:
Kacper Kasper 2018-08-06 23:09:05 +02:00
parent 7cea6679a8
commit f26398d462

View File

@ -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++) {