rtems_yaffs: Remove unnecessary flushing of symlink
authorCharles Manning <cdhmanning@gmail.com>
Thu, 12 Mar 2020 23:26:37 +0000 (12:26 +1300)
committerCharles Manning <cdhmanning@gmail.com>
Thu, 12 Mar 2020 23:26:37 +0000 (12:26 +1300)
commit71a07158a4fac4aadcc32703b0701fb894a94aa4
treef455decef0b013628e921a62c18cfe52e54e2066
parent8921e0e0ebe4265c5549a790e166c54a826ad512
rtems_yaffs: Remove unnecessary flushing of symlink

Flushing only has meaning on regular files which have cached data.
Symlinks do not have any cached data, therefore flushing has no purpose. Remove.

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