RTEMS | Ported LittleFS (!1064)

Joel Sherrill (@joel) gitlab at rtems.org
Tue Feb 17 20:30:19 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_142899

 > +  }
 > +  return 0; 
 > +}
 > +
 > +static int rtems_littlefs_file_fsync(rtems_libio_t *iop)
 > +{
 > +  rtems_filesystem_mount_table_entry_t *mt_entry;
 > +  rtems_littlefs_node_t *node;
 > +  lfs_t *lfs;
 > +  int rc;
 > +
 > +  mt_entry = iop->pathinfo.mt_entry;
 > +  node = iop->pathinfo.node_access;
 > +  lfs = rtems_littlefs_get_lfs(mt_entry);
 > +
 > +  rtems_littlefs_lock(mt_entry);

@gedare Is the spacing right on this call?

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1064#note_142899
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/a4a92d47/attachment-0001.htm>


More information about the bugs mailing list