Home
last modified time | relevance | path

Searched hist:b1edcf0d8045d0b6929ce8d384fb7b350e3fc9ce (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_journal.cb1edcf0d8045d0b6929ce8d384fb7b350e3fc9ce Tue Sep 06 02:36:56 UTC 2016 Stefan Brüns <stefan.bruens@rwth-aachen.de> 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>