feat: mount point flags check
authorMinep <zelong56@gmail.com>
Sat, 20 Aug 2022 18:48:37 +0000 (19:48 +0100)
committerMinep <zelong56@gmail.com>
Sat, 20 Aug 2022 18:48:37 +0000 (19:48 +0100)
commit96cf56ea15a22b8b362aac6c3ab202d2608e9151
tree4c8e86159fe33f9c4e2ebdbafbfd26a30e080864
parentd57ee3ae693448387e3022fdd07bd741b2db818a
feat: mount point flags check
refactor: eliminate edge case when try to access parent of root.
chore: minor refactoring, clean-up and small fixes.
lunaix-os/includes/lunaix/fctrl.h
lunaix-os/includes/lunaix/foptions.h
lunaix-os/includes/lunaix/fs.h
lunaix-os/includes/lunaix/status.h
lunaix-os/kernel/fs/mount.c
lunaix-os/kernel/fs/path_walk.c
lunaix-os/kernel/fs/vfs.c
lunaix-os/kernel/k_init.c