Skip to content
Snippets Groups Projects
Commit f81db56f authored by Stefan Brüns's avatar Stefan Brüns Committed by Tom Rini
Browse files

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: default avatarStefan Brüns <stefan.bruens@rwth-aachen.de>
parent d8c1e033
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment