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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to