mirror of
https://github.com/LIV2/lide.device.git
synced 2025-12-06 00:32:45 +00:00
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:
parent
18fc414696
commit
2a4d05e10c
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user