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)
Looks like
struct
definition is deprecated by causing error on Debian 12 / Ubuntu 23.10 #11Solution replaces
struct
data type tounion
even possible to changefiemap
/fiemap_extent
positions (last one does not in use just for memory size allocation)