Forked from
KED Software Projects / Miscellaneous / KED U-Boot Fork
50599 commits behind the upstream repository.
Stefan Brüns
authored
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>