commit | b1edcf0d8045d0b6929ce8d384fb7b350e3fc9ce | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Tue Sep 06 04:36:56 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 09:02:44 2016 -0400 |
tree | 7b88747ce3c00e0b6f555bc0e7a5e268c4471392 | |
parent | de9e831675d72c08c2cc3361a8e9b413ff3facec [diff] |
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>