1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-07 19:13:00 +00:00

kernel improvements

This commit is contained in:
kepler155c@gmail.com
2020-05-08 22:32:44 -06:00
parent 71bbd2d457
commit b0db0b86bd
7 changed files with 87 additions and 83 deletions

View File

@@ -104,12 +104,12 @@ function nativefs.delete(node, dir)
-- if a file is mounted over an existing directory
-- ie. sys/apps/MOUNT.LUA
-- then sys and sys/apps are created as temp nodes
-- therefore, trying to delete sys will was only
-- therefore, trying to delete sys was only
-- removing the node and not deleting the directory
-- Need a better way to backfill nodes in a way
-- that preserves the vfs functionality
-- perhaps a flag that denotes that this is a
-- perhaps a flag that denotes that this
-- file/directory is the actual mount
-- this hack will not fix