Kinsey Moore commented on a discussion on bsps/shared/dev/flash/jffs2_flashdev.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/735#note_132894 > return status; > } > > + /* JFFS2 maximum FS size is one block less than 4GB */ > + max_jffs2_size -= instance->super.block_size; > + > + /* Enforce maximum JFFS2 filesystem size */ > + if (instance->super.flash_size > max_jffs2_size) { > + instance->super.flash_size = max_jffs2_size; > + } This has been addressed along with the memory leaks I noticed. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/735#note_132894 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
