Searched hist:"6 c37157874aa2b153b722868bd984002fbcff6bb" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/udf/ |
H A D | inode.c | diff 6c37157874aa2b153b722868bd984002fbcff6bb Wed Dec 23 11:05:03 CST 2015 Jan Kara <jack@suse.cz> udf: Fix lost indirect extent block
When inode ends with empty indirect extent block and we extended that file, udf_do_extend_file() ended up just overwriting pointer to it with another extent and thus effectively leaking the block and also corruptiong length of allocation descriptors.
Fix the problem by properly following into next indirect extent when it is present.
Signed-off-by: Jan Kara <jack@suse.cz>
|