Fixed maintining the allocated size when updating sparse files
commit4b8a66000690c1e7c8393728a60ca78379d0b838
authorJean-Pierre André <jean-pierre.andre@wanadoo.fr>
Wed, 18 Nov 2020 10:33:49 +0000 (18 11:33 +0100)
committerJean-Pierre André <jean-pierre.andre@wanadoo.fr>
Wed, 18 Nov 2020 10:33:49 +0000 (18 11:33 +0100)
tree7951bedbf9b3658542a91c76c7f90bf1c1daa00d
parent7bcae8743fcecfa74ee7d0692c176dff1b057fb8
Fixed maintining the allocated size when updating sparse files

When filling a hole in a sparse file, the beginning of the runlist
does not need to be updated. However the allocated size is within
the extent holding its beginning and it needs to be updated.
libntfs-3g/attrib.c