mint0x33/fs/udf
Jan Kara 27b5b63973 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>
2023-01-18 09:26:41 +01:00
..
balloc.c udf: Drop unused arguments of udf_delete_aext() 2023-01-18 09:26:06 +01:00
dir.c
directory.c
ecma_167.h
file.c
ialloc.c
inode.c udf: Fix extension of the last extent in the file 2023-01-18 09:26:41 +01:00
Kconfig
lowlevel.c
Makefile
misc.c udf_get_extendedattr() had no boundary checks. 2021-09-22 11:45:18 +02:00
namei.c udf: Avoid double brelse() in udf_rename() 2023-01-18 09:26:29 +01:00
osta_udf.h
partition.c
super.c udf: Check LVID earlier 2021-09-22 11:45:17 +02:00
symlink.c
truncate.c udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size 2023-01-18 09:26:06 +01:00
udf_i.h
udf_sb.h
udfdecl.h udf: Drop unused arguments of udf_delete_aext() 2023-01-18 09:26:06 +01:00
udfend.h
udftime.c
unicode.c