vfs: Fix GetRoot(), CacheRecursiveSearch() and root identifier

This commit is contained in:
EnderIce2
2024-10-13 02:33:46 +03:00
parent 850b8ec490
commit f48032658f
4 changed files with 40 additions and 31 deletions

View File

@ -37,7 +37,7 @@ static_assert(IFTODT(S_IFCHR) == DT_CHR);
else \
return fsi->Ops.op(this->Node, ##__VA_ARGS__)
#define FSROOT(num) "\002root-" #num "\003"
#define FSROOT(num) "\x06root-" #num "\x06"
class FileNode
{