Re: [PATCH 1/2] udf: fix hole append when File Tail exists

2021-01-14 Thread Jan Kara
On Sat 09-01-21 16:40:53, Steve Magnani wrote: > From: Steven J. Magnani > > When an ALLOCATED_NOT_RECORDED extent ("File Tail") follows the > extents describing a file body, don't (improperly) try to make use of it > as part of appending a hole to the file. > > Fixes: fa33cdbf3ece ("udf: Fix in

[PATCH 1/2] udf: fix hole append when File Tail exists

2021-01-09 Thread Steve Magnani
From: Steven J. Magnani When an ALLOCATED_NOT_RECORDED extent ("File Tail") follows the extents describing a file body, don't (improperly) try to make use of it as part of appending a hole to the file. Fixes: fa33cdbf3ece ("udf: Fix incorrect final NOT_ALLOCATED (hole) extent length") Signed-of