Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / kernel / fs / path_walk.c
index 783d9b40fc062b5a0d2c124b97e8c445fdbbdeb3..84e04d0e9bb0eed8ae229e7818f259951b24ead3 100644 (file)
@@ -32,7 +32,7 @@ __vfs_walk(struct v_dnode* start,
         } else {
             start = vfs_sysroot;
             if (!vfs_sysroot->mnt) {
-                panick("vfs: no root");
+                fail("vfs: no root");
             }
         }