mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 23:54:14 +00:00
2533d7b4b6
- remove redundant file system factory - remove dead code block The code was guarded by preprocessor directives checking whether the contrib code define "_USE_MKFS" is 1. As "_USE_MKFS" is not set one for our port of FAT, the code was never executed and can be removed. - remove uneffective config attributes Apparently, the former XML attributes to the plugin 'drive' and 'codepage' had no effect. I tested them in a scenario with the VFS block server on a disk-image boot-module as back end. Regardless of the 'drive' value, the block session label was always "0". Regardless of the 'codepage' value, the FAT on the disk image succeeded to mount when not using '--codepage' for 'mkfs.fat' and failed to mount when using '--codepage' to specify a supported but foreign codepage for 'mkfs.fat' (e.g. "720"). Ref #4220