mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Consolidate type definitions in order to avoid duplicated code, getting better compiler support, and to avoid confusing namings for the same thing - e.g. `blk_end` vs. `blockcnt` field name used in the old `struct fba_dump_param` definitions. It also allows us to get rid of two `uint64_t` casts. While at it, fix the documentation of `struct eckd_blockptr`. Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>