Re: [PATCH v6] test unaligned punch hole at ENOSPC

2018-10-05 Thread Filipe Manana
On Sun, Sep 30, 2018 at 2:40 AM Anand Jain wrote: > > Try to punch hole with unaligned size and offset when the FS is > full. Mainly holes are punched at locations which are unaligned > with the file extent boundaries when the FS is full by data. > As the punching holes at unaligned location will

[PATCH v6] test unaligned punch hole at ENOSPC

2018-09-29 Thread Anand Jain
Try to punch hole with unaligned size and offset when the FS is full. Mainly holes are punched at locations which are unaligned with the file extent boundaries when the FS is full by data. As the punching holes at unaligned location will involve truncating blocks instead of just dropping the extent