mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 18:58:58 +08:00
Open works correclty with the read_only argument but mount ignores and always uses READ_WRITE. Use RTEMS_FILESYSTEM_READ_ONLY when read_only is true so the filesystem rejects write operations and does not perform erase operations when under a read-only mount.