mirror of
https://github.com/torvalds/linux
synced 2026-06-15 23:02:09 +09:00
Make udf_truncate_extents() properly propagate errors to its callers and let udf_setsize() handle the error properly as well. This lets userspace know in case there's some error when truncating blocks. Signed-off-by: Jan Kara <jack@suse.cz>