Home
last modified time | relevance | path

Searched hist:"83 c7423d1eb6806d13c521d1002cc1a012111719" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/udf/
H A Dinode.cdiff 83c7423d1eb6806d13c521d1002cc1a012111719 Wed Dec 21 10:45:51 CST 2022 Jan Kara <jack@suse.cz> udf: Fix extension of the last extent in the file

When extending the last extent in the file within the last block, we
wrongly computed the length of the last extent. This is mostly a
cosmetical problem since the extent does not contain any data and the
length will be fixed up by following operations but still.

Fixes: 1f3868f06855 ("udf: Fix extending file within last block")
Signed-off-by: Jan Kara <jack@suse.cz>