On Tue, Oct 12, 2021 at 04:48:47AM -0400, Emanuele Giuseppe Esposito wrote: > Similarly to the previous patch, split block_int.h > in block_int-io.h and block_int-global-state.h > > block_int-common.h contains the structures shared between > the two headers, and the functions that can't be categorized as > I/O or global state. > > Assertions are added in the next patch. > > Signed-off-by: Emanuele Giuseppe Esposito > --- > blockdev.c | 5 + > include/block/block_int-common.h | 1164 +++++++++++++++++++ > include/block/block_int-global-state.h | 319 +++++ > include/block/block_int-io.h | 163 +++ > include/block/block_int.h | 1478 +----------------------- > 5 files changed, 1654 insertions(+), 1475 deletions(-) > create mode 100644 include/block/block_int-common.h > create mode 100644 include/block/block_int-global-state.h > create mode 100644 include/block/block_int-io.h Reviewed-by: Stefan Hajnoczi