rtems-yaffs: Checkpoint the filesystem at unmount time
authorJonathan Brandmeyer <jbrandmeyer@planetiq.com>
Thu, 12 Mar 2020 23:01:06 +0000 (12:01 +1300)
committerCharles Manning <cdhmanning@gmail.com>
Thu, 12 Mar 2020 23:01:06 +0000 (12:01 +1300)
commit8921e0e0ebe4265c5549a790e166c54a826ad512
tree2776c32073cd774c5b552d97774d8d8a08709fc7
parenta09dd844ec578bb45ea78201d70f3353aaa4815e
rtems-yaffs: Checkpoint the filesystem at unmount time

Adding a checkpoint greatly reduces the amount of time required to mount
the filesystem on the next boot.  After a clean unmount, remount time
is only a second or few.  After an unclean reboot, remount time requires
a scan of the filesystem, which can take a few minutes.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
rtems/rtems_yaffs.c