RTEMS | Ported LittleFS (!1064)
Joel Sherrill (@joel)
gitlab at rtems.org
Tue Feb 17 20:30:35 UTC 2026
Joel Sherrill started a new discussion on cpukit/libfs/src/littlefs/rtems-littlefs-file.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142900
> + return -1;
> + }
> + node->is_dirty = false;
> + }
> +
> + rc = lfs_file_sync(lfs, &node->file_handle);
> +
> + if ( rc < 0 ) {
> + errno = rtems_littlefs_to_posix_error(rc);
> + rtems_littlefs_unlock(mt_entry);
> + return -1;
> + }
> +
> + return 0;
> +}
> +
Extra blank line.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142900
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260217/8561ff4b/attachment.htm>
More information about the bugs
mailing list