On Sun, 13 Apr 2025 10:54:59 +0200, Marek Vasut wrote: > 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. > >
Applied to u-boot/master, thanks! [1/7] fs: exfat: Flush node before put in read() callback commit: aeed1373724e862acec9fda972d352c9241ee901 [2/7] fs: exfat: Inhibit "impossible" print on write to bogus file commit: 21b04b3d72cfea587a8b616410371a191768c5e7 [3/7] fs: exfat: Rework exfat_fs_readdir() to behave like exfat_fs_ls() commit: 01a8121b7daa68767fe88fa92d436b95a1662bed [4/7] fs: exfat: Fix exfat_fs_exists() return value commit: e168a57c3532487b24348351f71f9f6ce7d671ee [5/7] test_fs: Add test -e test commit: 1761c298afd53423377fad95ebce203e46c084de [6/7] fs: exfat: Implement trivial 'rename' support commit: e5cbc3d2874ff5ec80f4a5c92b5db61769670d5f [7/7] test_fs: Test 'mv' command on exfat and fs_generic commit: 6696f144279f9ee588463ad645e1f0c9b555ba84 -- Tom