commit | a72c4d9106cfa00647e6a1bcb61bfb3c761fff45 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Apr 13 10:54:59 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 21 11:07:04 2025 -0600 |
tree | 9afe02dfcf5272c14ea8fb6baa6001492e3a7048 | |
parent | 5c323182a9e0c32b40ebfcc8519a28482f1b4bbb [diff] |
fs: exfat: Flush node before put in read() callback Make sure the node is never dirty before being released, flush the node first using exfat_flush_node() and only then release the node using exfat_put_node(). This now matches the behavior of exfat_fs_write() too. Fixes: b86a651b646c ("fs: exfat: Add U-Boot porting layer") Signed-off-by: Marek Vasut <marex@denx.de>