Mounter: DO AddNode() even if FS not found in FileSystem.resource

Even though there's no filesystem to mount this FS it may be used as a hint for some software (i.e JanusTools)
This commit is contained in:
Matt Harlum 2023-12-18 05:55:56 +00:00 committed by Matt Harlum
parent 18fc414696
commit 2a4d05e10c

View File

@ -919,8 +919,8 @@ static ULONG ParsePART(UBYTE *buf, ULONG block, ULONG filesysblock, struct Mount
CreateFakeConfigDev(md);
}
#endif
AddNode(part, pp, dn, part->pb_DriveName + 1, md);
}
AddNode(part, pp, dn, part->pb_DriveName + 1, md);
md->ret++;
} else {
dbg("Device node creation failed\n");