Skip to content

Commit

Permalink
Mounter: DO AddNode() even if FS not found in FileSystem.resource
Browse files Browse the repository at this point in the history
Even though there's no filesystem to mount this FS it may be used as a hint for some software (i.e JanusTools)
  • Loading branch information
LIV2 committed Dec 18, 2023
1 parent d63642a commit c58cc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mounter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit c58cc72

Please sign in to comment.