udf: Handle error when adding extent to a file
authorJan Kara <jack@suse.cz>
Mon, 19 Dec 2022 19:10:35 +0000 (20:10 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2023 07:42:26 +0000 (09:42 +0200)
commitb990ac56447cac611cc661e33622c36b7a45cea8
tree52186f3f9fcb23d3aff65d75e37bd339d13b4faa
parent6ac8f2c8362afd2baa8e7b9c946597589e587d22
udf: Handle error when adding extent to a file

commit 19fd80de0a8b5170ef34704c8984cca920dffa59 upstream.

When adding extent to a file fails, so far we've silently squelshed the
error. Make sure to propagate it up properly.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/udf/inode.c