]> git.baikalelectronics.ru Git - uboot.git/commit
ext4: Only write journal entries for modified blocks in unlink_filename
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Sun, 9 Oct 2016 18:15:28 +0000 (20:15 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 24 Oct 2016 12:04:37 +0000 (08:04 -0400)
commit7236d3895239f2d9b4d88be40d94eda3ca0f0d73
treefdc1a2be767a9149cba5ba4bb0eb86403ac501fc
parent8cff3701694cbec0cf8696274b537411228b0b92
ext4: Only write journal entries for modified blocks in unlink_filename

Instead of creating a journal entry for each directory block, even
if the block is unmodified, only log the modified block.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
fs/ext4/ext4_common.c