On Mon, Feb 25, 2019 at 07:16:44PM +0100, Adam Borowski wrote: > Defragging an executable conflicts both way with it being run, resulting in > ETXTBSY. This either makes defrag fail or prevents the program from being > executed. > > Kernels 4.19-rc1 and later allow defragging files you could have possibly > opened rw, even if the passed descriptor is ro (commit 616d374efa23). > > Signed-off-by: Adam Borowski <kilob...@angband.pl>
Applied, thanks.