VFS - Fixed unmount issues and added filesystem autodetection
[tpg/acess2.git] / KernelLand / Kernel / vfs / open.c
index e7d6e1e..12a8f8d 100644 (file)
@@ -201,6 +201,7 @@ restart_parse:
                        *TruePath = malloc( gVFS_RootMount->MountPointLen+1 );
                        strcpy(*TruePath, gVFS_RootMount->MountPoint);
                }
+               gVFS_RootMount->OpenHandleCount ++;
                if(MountPoint)  *MountPoint = gVFS_RootMount;
                LEAVE('p', gVFS_RootMount->RootNode);
                return gVFS_RootMount->RootNode;

UCC git Repository :: git.ucc.asn.au