Kinsey Moore commented on a discussion: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/880#note_137924 One of the complications in this portion of the codebase is that JFFS2 is primarily upstream code. Any changes made to upstream JFFS2 must be purely additive which means that no lines must be removed. Typically this is done by "removing" undesirable lines by using `#ifndef __rtems__` and any new lines should be wrapped in `#ifdef __rtems__` -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/880#note_137924 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
