mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 17:22:22 +02:00
If the same block is updated multiple times in a row during a single file system operation, gd_index is decremented to use the same journal entry again. Avoid loosing the already allocated buffer. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>