diff options
author | Anton Kling <anton@kling.gg> | 2023-11-16 15:12:50 +0100 |
---|---|---|
committer | Anton Kling <anton@kling.gg> | 2023-11-16 15:12:50 +0100 |
commit | 6164f8564e94ffa7ee8fbfcc82f4350a35ab08a5 (patch) | |
tree | 0a59f947220c7e3f687c30178053d8db494e74fb /kernel/Makefile | |
parent | f4cf0cac3fbefce2454a0e96ab32000a12b54253 (diff) |
ext2: Fix directory resolution
Previously a parsing of /usr/../ would fail as it would be searching '/'
for a empty file even though the desired outcome if for it to stop
parsing after reaching '/'. The solution is to give the current
directory inode if the file searched for in the directory is empty.
Diffstat (limited to 'kernel/Makefile')
0 files changed, 0 insertions, 0 deletions