Commits
Stefan Brüns committed b1edcf0d804
ext4: Fix memory leak of journal buffer if block is updated multiple times 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>