commit | 6cc369c7bd94b6aaf8b7a0c67022f7192fb7e484 | [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 | 74674ed5dad68714c36d357fb4c667cf06bdd3d5 [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>