Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.cf81db56f2fd6dc16efeaec2961121244765a1f11 Sat Nov 05 21:17:14 UTC 2016 Stefan Brüns <stefan.bruens@rwth-aachen.de> ext4: Fix handling of sparse files

A sparse file may have regions not mapped by any extents, at the start
or at the end of the file, or anywhere between, thus not finding a
matching extent region is never an error.

Found by python filesystem tests.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>