]> git.baikalelectronics.ru Git - kernel.git/commit
udf: Fix extension of the last extent in the file
authorJan Kara <jack@suse.cz>
Wed, 21 Dec 2022 16:45:51 +0000 (17:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:41:58 +0000 (11:41 +0100)
commitb94b1b4fb7fc0e3a0735e7462e661fe578589c5e
tree24b4cbd69d3f161ca6aa19f50f4275b77c1454fc
parentb2113a7e91c37d5984fd1cdf16f12ad9c5588267
udf: Fix extension of the last extent in the file

[ Upstream commit 83c7423d1eb6806d13c521d1002cc1a012111719 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/udf/inode.c