
28 Dec
2016
28 Dec
'16
12:01 a.m.
On Sat, Dec 17, 2016 at 12:27:51AM +0100, Stefan Brüns wrote:
get_fatent_value(...) flushes changed FAT entries to disk when fetching the next FAT blocks, in every other aspect it is identical to get_fatent(...).
Provide a stub implementation for flush_dirty_fat_buffer if CONFIG_FAT_WRITE is not set. Calling flush_dirty_fat_buffer during read only operation is fine as it checks if any buffers needs flushing.
Signed-off-by: Stefan Brüns stefan.bruens@rwth-aachen.de Reviewed-by: Benoît Thébaudeau benoit.thebaudeau.dev@gmail.com
Applied to u-boot/master, thanks!
--
Tom