miguelfreitas / twister-core

twister core / daemon
MIT License
1.42k stars 251 forks source link

upgrade fm construction #463

Open d47081 opened 10 months ago

d47081 commented 10 months ago

Looks like struct definition is deprecated by causing error on Debian 12 / Ubuntu 23.10 #11

compilation error: flexible array member ‘fiemap::fm_extents’` 

Solution replaces struct data type to union even possible to change fiemap/fiemap_extent positions (last one does not in use just for memory size allocation)

p.s. twisterarmy branch already includes this patch if somebody have same error on twister-core compilation.