]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
udf: Handle error when expanding directory
authorJan Kara <jack@suse.cz>
Thu, 17 Oct 2024 20:20:00 +0000 (17:20 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Oct 2024 13:40:39 +0000 (15:40 +0200)
commitdfb34bb97d4b6b410011a1d673126cb07d3f8a50
treec051f82cda2c0e1a256c9ec79fc907bb222be388
parentcb2b0325b76cca22aceecd4d2a1ad5342b937507
udf: Handle error when expanding directory

[ Upstream commit 33e9a53cd9f099b138578f8e1a3d60775ff8cbba ]

When there is an error when adding extent to the directory to expand it,
make sure to propagate the error up properly. This is not expected to
happen currently but let's make the code more futureproof.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/udf/namei.c